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:
2
.vimrc
2
.vimrc
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user