CSS bundle for vim, this bundle provides great syntax support for css3.
- css3 syntax full support
- snippet that makes your life easier
- 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
No configuration is needed.
Report a bug on GitHub Issues.