From d611c213f7a57c815c74c276c6b65810620892f5 Mon Sep 17 00:00:00 2001 From: Michiel Scholten Date: Fri, 1 Jun 2018 10:24:21 +0200 Subject: [PATCH] Highlighting of interesting stuff within comments --- .vimrc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.vimrc b/.vimrc index 0eda109..b285374 100644 --- a/.vimrc +++ b/.vimrc @@ -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 ;)