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

Highlighters for nginx and jinja

This commit is contained in:
2017-04-17 21:08:28 +02:00
parent d0d28b5b3b
commit 4fb7e926bf

6
.vimrc
View File

@@ -222,6 +222,12 @@ Plugin 'dag/vim-fish'
" Highlight colours in jade/pug templates " Highlight colours in jade/pug templates
Plugin 'digitaltoad/vim-pug' Plugin 'digitaltoad/vim-pug'
" Highlight nginx
Plugin 'chr4/nginx.vim'
" Highlight jinja templates
Plugin 'lepture/vim-jinja'
" 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 ;)