|
@@ -85,9 +85,9 @@ colo Tomorrow-Night-Eighties
|
|
|
|
|
|
|
|
" YCM Configuration
|
|
" YCM Configuration
|
|
|
" dont use python-mode autocomplete obsolete now, because of YCM
|
|
" dont use python-mode autocomplete obsolete now, because of YCM
|
|
|
-let g:ycm_filetype_whitelist = {'cpp': 1, 'py': 1}
|
|
|
|
|
|
|
+let g:ycm_filetype_whitelist = {'cpp': 1, 'py': 1, 'arduino': 1}
|
|
|
" set ycm_extra_conf
|
|
" set ycm_extra_conf
|
|
|
-let g:ycm_global_ycm_extra_conf = '~/.ycm_extra_conf.py'
|
|
|
|
|
|
|
+let g:ycm_global_ycm_extra_conf = '~/.vim/ycm.py'
|
|
|
" turn off the ycm diagnostic because of struggling with root
|
|
" turn off the ycm diagnostic because of struggling with root
|
|
|
"let g:ycm_show_diagnostics_ui = 0
|
|
"let g:ycm_show_diagnostics_ui = 0
|
|
|
|
|
|