From e2bf4ae7e7886c7af8554341cc2fa6d84de1d7fd Mon Sep 17 00:00:00 2001 From: Michiel Scholten Date: Fri, 22 Apr 2016 14:41:56 +0200 Subject: [PATCH] fish shell scripts syntax highlighting --- .vimrc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.vimrc b/.vimrc index b06a45e..6e45c63 100644 --- a/.vimrc +++ b/.vimrc @@ -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 ;)