/vim-css

css3 syntax support for vim

Primary LanguageVimL

CSS for Vim

CSS bundle for vim, this bundle provides great syntax support for css3.

Feature

  1. css3 syntax full support
  2. snippet that makes your life easier

Installation

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

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.