Change wiki root to Nextcloud notes

This commit is contained in:
Marty Oehme 2019-06-07 10:49:52 +02:00
parent d3cc983eff
commit eb955beba1

View file

@ -153,7 +153,7 @@ autocmd FileType markdown,txt call Prose()
command! -nargs=0 Prose call Prose() command! -nargs=0 Prose call Prose()
" PLUGIN: wiki.vim " PLUGIN: wiki.vim
let g:wiki_root = '~/projects/vim-notes' let g:wiki_root = '~/Nextcloud/Notes/'
" filetypes to automatically enable the plugin for, seems to take file endings " filetypes to automatically enable the plugin for, seems to take file endings
" rather than vim ft " rather than vim ft
let g:wiki_filetypes = ['md', 'mkd', 'markdown', 'wiki'] let g:wiki_filetypes = ['md', 'mkd', 'markdown', 'wiki']