Awesome
CSS Omni Complete Function for CSS3
Update the bult-in CSS complete function to latest CSS standard.
The latest stable file already in vim repo, this repo will keep update for beta test.
Installation
Use pathogen or vundle is recommended. Vundle:
Plugin 'othree/csscomplete.vim'
Configure
Set omnifunc
to csscomplete#CompleteCSS
autocmd FileType css setlocal omnifunc=csscomplete#CompleteCSS noci
License
Same as VIM