This commit is contained in:
js0ny 2025-01-13 12:18:21 +00:00
commit 9eb09bade7
45 changed files with 1212 additions and 770 deletions

View file

@ -1,6 +1,6 @@
return {
"epwalsh/obsidian.nvim",
version = "*", -- recommended, use latest release instead of latest commit
version = "*", -- recommended, use latest release instead of latest commit
lazy = false,
ft = "markdown",
-- Replace the above line with this if you only want to load obsidian.nvim for markdown files in your vault:
@ -26,11 +26,11 @@ return {
},
completion = {
nvim_cmp = true,
min_chars = 2
min_chars = 2,
},
ui = {
enable = false
}
enable = false,
},
-- see below for full list of options 👇
},
}