Shougo / neocomplcache.vim

Ultimate auto-completion system for Vim.
http://www.vim.org/scripts/script.php?script_id=2620
1.72k stars 135 forks source link

Autocompleting CSS property #441

Closed Forethinker closed 11 years ago

Forethinker commented 11 years ago

I am achieving the auto-completion for CSS property by adding something like this to my .vimrc:

        autocmd FileType css setlocal omnifunc=csscomplete#CompleteCSS | inoremap :<Space> :<Space><C-x><C-o>

Would you be able to add this functionality to be default for Neocomplcache? And make the solution better than mine ;-) I think it is quite useful this way.

Shougo commented 11 years ago

Would you be able to add this functionality to be default for Neocomplcache? And make the solution better than mine ;-) I think it is quite useful this way.

I think the behavior is not neocomplcache function. So I reject it.