mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-02-02 22:30:04 +08:00
parent
3953214b6d
commit
906d76d11f
@ -126,8 +126,13 @@ call deoplete#custom#option('sources', {'cs': ['omnisharp']})
|
||||
call deoplete#custom#source('_', 'matchers', ['matcher_full_fuzzy'])
|
||||
call deoplete#custom#source('file/include', 'matchers', ['matcher_head'])
|
||||
|
||||
inoremap <expr><C-h> deoplete#smart_close_popup()."\<C-h>"
|
||||
inoremap <expr><BS> deoplete#smart_close_popup()."\<C-h>"
|
||||
if g:spacevim_autocomplete_parens && exists("g:loaded_delimitMate")
|
||||
imap <expr><C-h> deoplete#smart_close_popup()."<Plug>delimitMateBS"
|
||||
imap <expr><BS> deoplete#smart_close_popup()."<Plug>delimitMateBS"
|
||||
else
|
||||
inoremap <expr><C-h> deoplete#smart_close_popup()."\<C-h>"
|
||||
inoremap <expr><BS> deoplete#smart_close_popup()."\<C-h>"
|
||||
endif
|
||||
set isfname-==
|
||||
|
||||
" vim:set et sw=2:
|
||||
|
Loading…
Reference in New Issue
Block a user