Merge branch 'main' into thinkpad-x1

fix: vimwiki config is now loaded
This commit is contained in:
2024-02-28 21:51:02 +01:00

View File

@@ -1,6 +1,6 @@
return {
{ "vimwiki/vimwiki",
config = function()
init = function()
-- Restrict vimwiki to only the path specified in the vimwiki_list global var
vim.g.vimwiki_global_ext = 0
-- Configure a list of vimwiki wiki, need a :PackerCompile to apply