Skip to content

vim-scripts/css3

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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.