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

Whitelist some common text files, so others get opened externally

This commit is contained in:
2020-02-11 15:22:02 +01:00
parent 8d0ddd2be1
commit aac84dffbc

2
.vimrc
View File

@@ -410,6 +410,8 @@ let g:preview_markdown_vertical = 1
" Navigate through and from markdown files " Navigate through and from markdown files
"Plug 'chmp/mdnav' "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:
let g:mdnav#Extensions = 'md, MD, markdown, todo, txt, rst'
" The NERD Commenter: A plugin that allows for easy commenting of code for " The NERD Commenter: A plugin that allows for easy commenting of code for