This repository has been archived on 2022-08-21. You can view files and clone it, but cannot push or open issues or pull requests.
dotfiles/nvim-old/plug-config/vimwiki.vim

5 lines
175 B
VimL

let g:vimwiki_global_ext = 0
let g:vimwiki_filetypes = ['markdown']
let g:vimwiki_list = [{'path': '$HOME/.local/share/nvim/wiki/',
\ 'syntax': 'markdown', 'ext': '.md'}]