1
0
mirror of https://github.com/aquatix/dotfiles.git synced 2025-12-07 05:45:11 +01:00

Compare commits

..

2 Commits

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': 'fixes' }
" 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.