feat: add Dokuwiki syntax plugin
This commit is contained in:
parent
341ca4c140
commit
788de00c2f
1 changed files with 5 additions and 0 deletions
5
plugins/vim-dokuwiki.load.vim
Normal file
5
plugins/vim-dokuwiki.load.vim
Normal file
|
@ -0,0 +1,5 @@
|
|||
call dein#add('nblock/vim-dokuwiki', #{
|
||||
\ lazy: 1,
|
||||
\ merge_ftdetect: v:true,
|
||||
\ on_ft: ['dokuwiki'],
|
||||
\ })
|
Loading…
Add table
Reference in a new issue