mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-01-23 22:30:04 +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,
|
||||
\ 'merged' : 0,
|
||||
\ }])
|
||||
if g:spacevim_snippet_engine ==# 'neosnippet'
|
||||
call add(plugins, ['maralla/completor-neosnippet', {
|
||||
\ 'loadconf' : 1,
|
||||
\ 'merged' : 0,
|
||||
\ }])
|
||||
endif
|
||||
endif
|
||||
if has('patch-7.4.774')
|
||||
call add(plugins, ['Shougo/echodoc.vim', {
|
||||
|
Loading…
Reference in New Issue
Block a user