From 81d799663505634687feaaa3f3abe90be7bbc3bf Mon Sep 17 00:00:00 2001 From: Michiel Scholten Date: Thu, 20 Feb 2020 22:41:17 +0100 Subject: [PATCH] Soooo, include to file extension dot to actually match --- .vimrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.vimrc b/.vimrc index a5ca498..d12e161 100644 --- a/.vimrc +++ b/.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