From ae368056357f5476eb2a3649577ecb4df72c98df Mon Sep 17 00:00:00 2001 From: Michael Robinson Date: Fri, 22 May 2015 05:53:53 +1200 Subject: [PATCH] Removed coloresque because of https://github.com/spf13/spf13-vim/issues/547 --- configuration/vimrc | 1 - 1 file changed, 1 deletion(-) diff --git a/configuration/vimrc b/configuration/vimrc index bd38bf2..52ea82a 100644 --- a/configuration/vimrc +++ b/configuration/vimrc @@ -188,7 +188,6 @@ filetype off " Misc languages NeoBundleLazyFor 'lepture/vim-velocity', 'filetypes', ['velocity'] au BufNewFile,BufRead *.vm set ft=velocity - NeoBundleLazyFor 'gorodinskiy/vim-coloresque', 'filetypes', ['css', 'scss', 'sass'] NeoBundleLazyFor 'jelera/vim-javascript-syntax', 'filetypes', ['javascript'] NeoBundleLazyFor 'kchmck/vim-coffee-script', 'filetypes', ['coffee'] au BufNewFile,BufRead *.coffee set ft=coffee