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

Highlighting of interesting stuff within comments

This commit is contained in:
2018-06-01 10:24:21 +02:00
parent 2244cb0271
commit d611c213f7

3
.vimrc
View File

@@ -370,6 +370,9 @@ Plugin 'chr4/nginx.vim'
Plugin 'lepture/vim-jinja'
au BufNewFile,BufRead *.j2 set ft=jinja
" Highlight special comments better
Plugin 'jbgutierrez/vim-better-comments'
" CSV filetype plugin
"Plugin 'chrisbra/csv.vim' " apparently doesn't work this way ;)