This commit is contained in:
Phillip Nguyen 2025-06-16 15:00:26 +07:00
parent 52811be998
commit 39eba5d7a2
1 changed files with 8 additions and 0 deletions

View File

@ -1438,6 +1438,14 @@ require('lazy').setup({
})
end,
},
{
'lervag/wiki.vim',
-- tag = "v0.10", -- uncomment to pin to a specific release
init = function()
-- wiki.vim configuration goes here, e.g.
vim.g.wiki_root = '~/Documents/wiki'
end,
},
-- The following comments only work if you have downloaded the kickstart repo, not just copy pasted the
-- init.lua. If you want these files, they are in the repository, so you can just download them and