Add vim-wiki
This commit is contained in:
parent
2a72ffab2e
commit
9b6d5e172b
2 changed files with 10 additions and 0 deletions
7
after/plugin/vim-wiki.lua
Normal file
7
after/plugin/vim-wiki.lua
Normal file
|
@ -0,0 +1,7 @@
|
|||
vim.g.vimwiki_list = {
|
||||
{
|
||||
ext = 'md',
|
||||
path = '~/Documents/wiki',
|
||||
syntax = 'markdown',
|
||||
}
|
||||
}
|
Reference in a new issue