mirror of
https://github.com/aquatix/dotfiles.git
synced 2025-12-06 21:45:10 +01:00
Soooo, include to file extension dot to actually match
This commit is contained in:
2
.vimrc
2
.vimrc
@@ -411,7 +411,7 @@ let g:preview_markdown_vertical = 1
|
||||
"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#Extensions = '.md, .MD, .markdown, .todo, .txt, .rst'
|
||||
|
||||
|
||||
" The NERD Commenter: A plugin that allows for easy commenting of code for
|
||||
|
||||
Reference in New Issue
Block a user