Fix: vimwiki config not loaded at correct time

This commit is contained in:
2024-02-28 21:50:29 +01:00
parent de3e0699bb
commit d3934ad375

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