1
0
mirror of https://github.com/aquatix/dotfiles.git synced 2025-12-06 20:35:11 +01:00

Disable vimwiki for now, it's not really needed

This commit is contained in:
2020-03-09 15:34:03 +01:00
parent 09e74b2046
commit 53b8eb72de

2
.vimrc
View File

@@ -415,7 +415,7 @@ let g:mdnav#Extensions = '.md, .MD, .markdown, .todo, .txt, .rst'
" vimwiki
Plug 'vimwiki/vimwiki', { 'branch': 'dev' }
"Plug 'vimwiki/vimwiki', { 'branch': 'dev' }
let wiki_1 = {}
let wiki_1.path = '~/phren/'
let wiki_1.syntax = 'markdown'