Awesome
CSS for Vim
CSS bundle for vim, this bundle provides great syntax support for css3.
Feature
- css3 syntax full support
- snippet that makes your life easier
Installation
- Install with Vundle
If you are not using vundle, you really should have a try. Edit your vimrc:
Bundle "lepture/vim-css"
And install it:
:so ~/.vimrc
:BundleInstall
- Install with pathogen
If you prefer tpope's pathogen, that's ok. Just clone it:
cd ~/.vim/bundle
git clone https://github.com/lepture/vim-css.git
Configuration
No configuration is needed.
Bug report
Report a bug on GitHub Issues.