added vimwiki

This commit is contained in:
krolyxon 2022-09-22 22:04:58 +05:30
parent 7030f4117a
commit ebecf50da2
1 changed files with 13 additions and 0 deletions

View File

@ -120,6 +120,19 @@ local plugins = {
},
-- misc
['vimwiki/vimwiki'] = {
config = function()
vim.g.vimwiki_list = {
{
path = '~/dox/vimwiki',
syntax = 'markdown',
ext = '.md',
}
}
end,
},
["windwp/nvim-autopairs"] = {
after = "nvim-cmp",
config = function()