From eb955beba1c5758bdbc4189064b2904e9d01d614 Mon Sep 17 00:00:00 2001 From: Marty Oehme Date: Fri, 7 Jun 2019 10:49:52 +0200 Subject: [PATCH] Change wiki root to Nextcloud notes --- .config/nvim/init.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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']