Updates neovim config for notes

This commit is contained in:
Dennis Schoepf 2025-04-05 13:52:26 +02:00
parent 275d843fa1
commit 48470282d4
3 changed files with 5 additions and 1 deletions

View file

@ -1,7 +0,0 @@
return {
"vimwiki/vimwiki",
init = function()
vim.g.vimwiki_list = { { path = "~/notes", syntax = "markdown", ext = "md" } }
vim.g.vimwiki_global_ext = 0
end,
}