From b4305f113151fa956e4a5c482db3cf4c727f0888 Mon Sep 17 00:00:00 2001 From: Michiel Scholten Date: Wed, 27 Oct 2021 12:56:06 +0200 Subject: [PATCH] Original mdnav repo is unmaintained, remove mention --- .vimrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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