mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-01-24 05:30:07 +08:00
Add neosnippet support for completor
This commit is contained in:
parent
caf4fda381
commit
851acc3c46
@ -72,6 +72,12 @@ function! SpaceVim#layers#autocomplete#plugins() abort
|
|||||||
\ 'loadconf' : 1,
|
\ 'loadconf' : 1,
|
||||||
\ 'merged' : 0,
|
\ 'merged' : 0,
|
||||||
\ }])
|
\ }])
|
||||||
|
if g:spacevim_snippet_engine ==# 'neosnippet'
|
||||||
|
call add(plugins, ['maralla/completor-neosnippet', {
|
||||||
|
\ 'loadconf' : 1,
|
||||||
|
\ 'merged' : 0,
|
||||||
|
\ }])
|
||||||
|
endif
|
||||||
endif
|
endif
|
||||||
if has('patch-7.4.774')
|
if has('patch-7.4.774')
|
||||||
call add(plugins, ['Shougo/echodoc.vim', {
|
call add(plugins, ['Shougo/echodoc.vim', {
|
||||||
|
Loading…
Reference in New Issue
Block a user