mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-01-24 05:30:07 +08:00
Merge pull request #781 from tenfyzhong/fix_parentheses
Remove g:delimitMate_matchpairs setting.
This commit is contained in:
commit
edea5b71a7
@ -65,8 +65,10 @@ endfunction
|
||||
|
||||
|
||||
function! SpaceVim#layers#autocomplete#config() abort
|
||||
let g:delimitMate_matchpairs = '[:],{:},<:>'
|
||||
inoremap <silent><expr> ( complete_parameter#pre_complete("()")
|
||||
imap <expr>(
|
||||
\ pumvisible() ?
|
||||
\ complete_parameter#pre_complete("()") :
|
||||
\ "\<Plug>delimitMate("
|
||||
|
||||
"mapping
|
||||
imap <silent><expr><TAB> SpaceVim#mapping#tab()
|
||||
|
Loading…
Reference in New Issue
Block a user