This plugin adds support to handle notes created by the Zim editor. It covers syntax and file type detection.
- Move
ftdetect/zimwiki.vim
to your~/.vim/ftdetect
directory. - Move
syntax/zimwiki.vim
to your~/.vim/syntax
directory.
- Open your
~/.vimrc
file and add the following line:
Plugin 'joanrivera/vim-zimwiki-syntax'
- Run
:PluginInstall