Now importing ycmd's third_party folders as well
This commit is contained in:
parent
a09527b380
commit
655523447c
@ -101,6 +101,10 @@ function! s:SetUpPython()
|
|||||||
py from ycmd import utils
|
py from ycmd import utils
|
||||||
exe 'py utils.AddNearestThirdPartyFoldersToSysPath("'
|
exe 'py utils.AddNearestThirdPartyFoldersToSysPath("'
|
||||||
\ . s:script_folder_path . '")'
|
\ . s:script_folder_path . '")'
|
||||||
|
|
||||||
|
" We need to import ycmd's third_party folders as well since we import and
|
||||||
|
" use ycmd code in the client.
|
||||||
|
py utils.AddNearestThirdPartyFoldersToSysPath( utils.__file__ )
|
||||||
py from ycm import base
|
py from ycm import base
|
||||||
py base.LoadJsonDefaultsIntoVim()
|
py base.LoadJsonDefaultsIntoVim()
|
||||||
py from ycmd import user_options_store
|
py from ycmd import user_options_store
|
||||||
|
Loading…
Reference in New Issue
Block a user