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

Changed to branch with more fixes, like Pelican links

This commit is contained in:
2020-01-28 11:10:48 +01:00
parent 77c90d11ac
commit e4bb09e1d8

2
.vimrc
View File

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