1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-02-02 22:50:06 +08:00

YCM: autotrigger bash complete

This commit is contained in:
tracyone 2017-12-03 15:03:07 +08:00
parent a4f8423462
commit ea6d0e11df

View File

@ -19,4 +19,5 @@ let g:ycm_semantic_triggers = {
\ 'ruby' : ['.', '::'],
\ 'lua' : ['.', ':'],
\ 'erlang' : [':'],
\ 'sh' : ['re!\w{2}', '/', '-'],
\ }