1
0
mirror of https://codeberg.org/diginaut/dotfiles.git synced 2026-05-07 13:32:34 +02:00

2 Commits

Author SHA1 Message Date
diginaut e4bb09e1d8 Changed to branch with more fixes, like Pelican links 2020-01-28 11:10:48 +01:00
diginaut 77c90d11ac Follow links from Markdown files 2020-01-28 10:24:29 +01:00
+4
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'
let g:preview_markdown_vertical = 1
" Navigate through and from markdown files
"Plug 'chmp/mdnav'
Plug 'aquatix/mdnav', { 'branch': 'fixes' }
" The NERD Commenter: A plugin that allows for easy commenting of code for
" many filetypes.