mirror of
https://github.com/aquatix/dotfiles.git
synced 2025-12-06 22:55:10 +01:00
Highlighting of interesting stuff within comments
This commit is contained in:
3
.vimrc
3
.vimrc
@@ -370,6 +370,9 @@ Plugin 'chr4/nginx.vim'
|
|||||||
Plugin 'lepture/vim-jinja'
|
Plugin 'lepture/vim-jinja'
|
||||||
au BufNewFile,BufRead *.j2 set ft=jinja
|
au BufNewFile,BufRead *.j2 set ft=jinja
|
||||||
|
|
||||||
|
" Highlight special comments better
|
||||||
|
Plugin 'jbgutierrez/vim-better-comments'
|
||||||
|
|
||||||
" CSV filetype plugin
|
" CSV filetype plugin
|
||||||
"Plugin 'chrisbra/csv.vim' " apparently doesn't work this way ;)
|
"Plugin 'chrisbra/csv.vim' " apparently doesn't work this way ;)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user