mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-01-24 02:10:05 +08:00
Fix key in mapping guide
This commit is contained in:
parent
2fce217291
commit
8892d0a826
@ -161,6 +161,7 @@ function! SpaceVim#layers#autocomplete#config() abort
|
||||
\ neosnippet#expandable() ?
|
||||
\ "\<Plug>(neosnippet_expand)" : ""
|
||||
|
||||
let g:_spacevim_mappings_space.i = {'name' : '+Insertion'}
|
||||
if g:spacevim_snippet_engine ==# 'neosnippet'
|
||||
call SpaceVim#mapping#space#def('nnoremap', ['i', 's'], 'Unite neosnippet', 'insert sneppets', 1)
|
||||
elseif g:spacevim_snippet_engine ==# 'ultisnips'
|
||||
|
Loading…
Reference in New Issue
Block a user