Skip to content

othree/csscomplete.vim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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