mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-01-24 02:10:05 +08:00
Merge pull request #995 from gisphm/patch-1
Fixed plugin 'vim-rtags' initialization errors
This commit is contained in:
commit
30267765c9
@ -47,7 +47,7 @@ function! SpaceVim#layers#lang#c#plugins() abort
|
||||
else
|
||||
call add(plugins, ['Rip-Rip/clang_complete'])
|
||||
endif
|
||||
call add(plugins, ['lyuts/vim-rtags', { 'if' : has('python3')}])
|
||||
call add(plugins, ['lyuts/vim-rtags', { 'if' : has('python')}])
|
||||
return plugins
|
||||
endfunction
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user