1
0
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:
wsdjeg 2017-11-23 10:50:01 +08:00
parent caf4fda381
commit 851acc3c46

View File

@ -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', {