mirror of
https://github.com/Matir/skel.git
synced 2026-05-25 21:19:09 -07:00
Fix ycm
This commit is contained in:
6
dotfiles/config/ycm_extra_conf.py
Normal file
6
dotfiles/config/ycm_extra_conf.py
Normal file
@@ -0,0 +1,6 @@
|
||||
def Settings( **kwargs ):
|
||||
client_data = kwargs[ 'client_data' ]
|
||||
return {
|
||||
'interpreter_path': client_data[ 'g:ycm_python_interpreter_path' ] or '/usr/bin/python3',
|
||||
'sys_path': client_data[ 'g:ycm_python_sys_path' ]
|
||||
}
|
||||
Reference in New Issue
Block a user