1
0
mirror of https://github.com/aquatix/dotfiles.git synced 2025-12-06 21:45:10 +01:00

Original mdnav repo is unmaintained, remove mention

This commit is contained in:
2021-10-27 12:56:06 +02:00
parent 4839507e05
commit b4305f1131

2
.vimrc
View File

@@ -432,10 +432,10 @@ Plug 'skanehira/preview-markdown.vim'
let g:preview_markdown_vertical = 1 let g:preview_markdown_vertical = 1
" Navigate through and from markdown files " Navigate through and from markdown files
"Plug 'chmp/mdnav'
Plug 'aquatix/mdnav', { 'branch': 'fixes' } Plug 'aquatix/mdnav', { 'branch': 'fixes' }
" Only open these local files in vim, use pyfile for all others: " 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#Extensions = '.md, .MD, .markdown, .todo, .txt, .rst'
" let g:mdnav#DebugMode = 'true'
" wiki.vim " wiki.vim