Change wiki root to Nextcloud notes
This commit is contained in:
parent
d3cc983eff
commit
eb955beba1
1 changed files with 1 additions and 1 deletions
|
@ -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']
|
||||||
|
|
Loading…
Reference in a new issue