Skip to content

Latest commit

 

History

History
26 lines (15 loc) · 582 Bytes

README.md

File metadata and controls

26 lines (15 loc) · 582 Bytes

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