1
0
mirror of https://github.com/aquatix/dotfiles.git synced 2025-12-06 21:45:10 +01:00
This commit is contained in:
2020-01-08 22:06:57 +01:00
parent 6163103b82
commit 7d238fa747

3
.vimrc
View File

@@ -397,6 +397,9 @@ Plug 'godlygeek/tabular'
Plug 'plasticboy/vim-markdown'
" Use filetype name as fenced code block languages for syntax highlighting
let g:vim_markdown_fenced_languages = ['c++=cpp', 'viml=vim', 'bash=sh', 'ini=dosini', 'python=python']
" Preview markdown files with :PreviewMarkdown - needs mdr from
" https://github.com/MichaelMure/mdr
Plug 'skanehira/preview-markdown.vim'
" The NERD Commenter: A plugin that allows for easy commenting of code for