mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-03-13 10:15:41 +08:00
Fix #197
This commit is contained in:
parent
f586bdf564
commit
4e9ea59eba
@ -52,3 +52,11 @@ function! SpaceVim#layers#autocomplete#plugins() abort
|
|||||||
endif
|
endif
|
||||||
return plugins
|
return plugins
|
||||||
endfunction
|
endfunction
|
||||||
|
|
||||||
|
|
||||||
|
function SpaceVim#layers#autocomplete#config()
|
||||||
|
if g:spacevim_autocomplete_method ==# 'ycm'
|
||||||
|
iunmap <S-TAB>
|
||||||
|
sunmap <S-TAB>
|
||||||
|
endif
|
||||||
|
endfunction
|
||||||
|
@ -160,5 +160,6 @@ function! SpaceVim#layers#colorscheme#plugins() abort
|
|||||||
\ ['gregsexton/Atom'],
|
\ ['gregsexton/Atom'],
|
||||||
\ ['gilgigilgil/anderson.vim'],
|
\ ['gilgigilgil/anderson.vim'],
|
||||||
\ ['romainl/Apprentice'],
|
\ ['romainl/Apprentice'],
|
||||||
|
\ ['icymind/NeoSolarized'],
|
||||||
\ ]
|
\ ]
|
||||||
endfunction
|
endfunction
|
||||||
|
Loading…
x
Reference in New Issue
Block a user