Updates vimwiki config

This commit is contained in:
Dennis Schoepf 2025-04-02 20:28:46 +02:00
parent b7c4f190af
commit 97c2db44cb
2 changed files with 8 additions and 1 deletions

View file

@ -4,5 +4,10 @@ return {
opts = {
file_types = { "markdown", "vimwiki" },
completions = { lsp = { enabled = true } },
heading = {
sign = false,
border = false,
position = "inline",
},
},
}