Removing Better-CSS-Syntax-for-Vim workaround

Since the plugin has been removed, this workaround is not necessary.
This commit is contained in:
James Tomasino 2012-11-10 11:28:03 -05:00
parent ee98b3b6b1
commit 0c51759dbb

8
.vimrc
View File

@ -35,14 +35,6 @@
endif
" }
" Filetype Workarounds {
" Temporary workaround to Better-CSS-Syntax-for-Vim
" See https://github.com/ChrisYip/Better-CSS-Syntax-for-Vim/issues/9
" for more information
autocmd BufNewFile,BufRead *.scss set filetype=css
autocmd BufNewFile,BufRead *.sass set filetype=css
" }
" Setup Bundle Support {
" The next three lines ensure that the ~/.vim/bundle/ system works
filetype on