1
0
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:
2020-02-20 22:41:17 +01:00
parent f5b83256c0
commit 81d7996635

2
.vimrc
View File

@@ -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