Skip to content

vim-language-dept/css-completion.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

About

Update the bult-in CSS complete function to latest CSS standard.

Topics

Resources

Stars

Watchers

Forks

Languages

  • Vim Script 81.1%
  • Makefile 18.9%