From e4bb09e1d871aae6471e52281a9d5688f0acb0bc Mon Sep 17 00:00:00 2001 From: Michiel Scholten Date: Tue, 28 Jan 2020 11:10:48 +0100 Subject: [PATCH] Changed to branch with more fixes, like Pelican links --- .vimrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.vimrc b/.vimrc index bcef18f..6c90015 100644 --- a/.vimrc +++ b/.vimrc @@ -408,7 +408,7 @@ let g:preview_markdown_vertical = 1 " Navigate through and from markdown files "Plug 'chmp/mdnav' -Plug 'aquatix/mdnav', { 'branch': 'python3' } +Plug 'aquatix/mdnav', { 'branch': 'fixes' } " The NERD Commenter: A plugin that allows for easy commenting of code for