This commit is contained in:
David Tomaschik
2022-11-23 12:11:20 -08:00
parent eb193fe1de
commit f4ea05681c
2 changed files with 10 additions and 9 deletions

View File

@@ -154,7 +154,7 @@ nnoremap <silent> <F5> :SyntasticCheck<CR> :Errors<CR>
" Currently only works on debian-based systems...
" It also does not play nicely with virtual envs, so we skip it then
if isdirectory("/usr/share/vim-youcompleteme") && empty($VIRTUAL_ENV)
let g:ycm_gopls_binary_path='gopls'
"let g:ycm_gopls_binary_path='gopls'
let g:ycm_autoclose_preview_window_after_insertion=1
set runtimepath+=/usr/share/vim-youcompleteme
endif