This commit is contained in:
Alexey 2026-09-03 01:17:57 +03:00
commit 5a3c1b4792
2 changed files with 12 additions and 3 deletions

8
lua/plugins/wiki.lua Normal file
View file

@ -0,0 +1,8 @@
return {
'vimwiki/vimwiki',
init = function()
vim.g.vimwiki_path = '~/vimwiki'
vim.g.vimwiki_syntax = 'markdown'
vim.g.vimwiki_ext = 'md'
end,
}