mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-02-02 20:20:05 +08:00
parent
27aa5d038b
commit
4e9c987689
@ -117,8 +117,8 @@ call deoplete#custom#var('omni', 'input_patterns', {
|
||||
call deoplete#custom#source('_', 'matchers', ['matcher_full_fuzzy'])
|
||||
call deoplete#custom#source('file/include', 'matchers', ['matcher_head'])
|
||||
|
||||
inoremap <expr><C-h> deoplete#mappings#smart_close_popup()."\<C-h>"
|
||||
inoremap <expr><BS> deoplete#mappings#smart_close_popup()."\<C-h>"
|
||||
inoremap <expr><C-h> deoplete#smart_close_popup()."\<C-h>"
|
||||
inoremap <expr><BS> deoplete#smart_close_popup()."\<C-h>"
|
||||
set isfname-==
|
||||
|
||||
" vim:set et sw=2:
|
||||
|
Loading…
Reference in New Issue
Block a user