Skip to content

Commit

Permalink
css complete
Browse files Browse the repository at this point in the history
  • Loading branch information
David O'Trakoun committed Aug 14, 2017
1 parent 292beb3 commit c34e90e
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions vim/vimrc
Original file line number Diff line number Diff line change
Expand Up @@ -784,7 +784,9 @@ function! s:LoadPlugins() abort
" --------------------------------------------------------------------------

" Omnicompletion, this is beta repo, where stables are already in VIMRUNTIME
Plug 'othree/csscomplete.vim'
"Plug 'othree/csscomplete.vim'

Plug 'calebeby/ncm-css', PlugIf(g:dko_use_completion)

" --------------------------------------------------------------------------
" Completion: JavaScript
Expand Down Expand Up @@ -845,11 +847,13 @@ function! s:LoadPlugins() abort
\ && executable('composer')
let l:use_padawan = l:use_composer && g:dko_use_deoplete

if executable('composer')
if l:use_padawan
Plug 'padawan-php/deoplete-padawan', PlugIf(l:use_padawan, {
\ 'do': 'composer install'
\ })
endif

if l:use_composer
Plug 'roxma/LanguageServer-php-neovim', PlugIf(l:use_langserver, {
\ 'do': 'composer install && composer run-script parse-stubs'
\ })
Expand Down

0 comments on commit c34e90e

Please sign in to comment.