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

Follow links from Markdown files

This commit is contained in:
2020-01-28 10:24:29 +01:00
parent 7497d196f0
commit 77c90d11ac

4
.vimrc
View File

@@ -406,6 +406,10 @@ let g:vim_markdown_fenced_languages = ['c++=cpp', 'viml=vim', 'bash=sh', 'ini=do
Plug 'skanehira/preview-markdown.vim' Plug 'skanehira/preview-markdown.vim'
let g:preview_markdown_vertical = 1 let g:preview_markdown_vertical = 1
" Navigate through and from markdown files
"Plug 'chmp/mdnav'
Plug 'aquatix/mdnav', { 'branch': 'python3' }
" 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
" many filetypes. " many filetypes.