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

fish shell scripts syntax highlighting

This commit is contained in:
2016-04-22 14:41:56 +02:00
parent 432f0f9cf1
commit e2bf4ae7e7

3
.vimrc
View File

@@ -210,6 +210,9 @@ Plugin 'scrooloose/nerdcommenter'
" Highlight colours in CSS (and html) files
Plugin 'ap/vim-css-color'
" Highlight colours in fish shell files
Plugin 'dag/vim-fish'
" CSV filetype plugin
"Plugin 'chrisbra/csv.vim' " apparently doesn't work this way ;)