diff --git a/.vimrc b/.vimrc index c9327b6..b2da2b1 100644 --- a/.vimrc +++ b/.vimrc @@ -432,10 +432,10 @@ Plug 'skanehira/preview-markdown.vim' let g:preview_markdown_vertical = 1 " Navigate through and from markdown files -"Plug 'chmp/mdnav' Plug 'aquatix/mdnav', { 'branch': 'fixes' } " Only open these local files in vim, use pyfile for all others: let g:mdnav#Extensions = '.md, .MD, .markdown, .todo, .txt, .rst' +" let g:mdnav#DebugMode = 'true' " wiki.vim