diff --git a/.config/nvim/init.vim b/.config/nvim/init.vim index 69d69b7..6866411 100644 --- a/.config/nvim/init.vim +++ b/.config/nvim/init.vim @@ -153,7 +153,7 @@ autocmd FileType markdown,txt call Prose() command! -nargs=0 Prose call Prose() " 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 " rather than vim ft let g:wiki_filetypes = ['md', 'mkd', 'markdown', 'wiki']