This commit is contained in:
David Tomaschik
2021-05-27 19:44:42 -07:00
parent ebf5c1cd22
commit a5b0677903
2 changed files with 3 additions and 2 deletions

View File

@@ -144,6 +144,7 @@ nnoremap <silent> <F5> :SyntasticCheck<CR> :Errors<CR>
" Load vim-ycm if installed on the system level
if isdirectory("/usr/share/vim-youcompleteme")
let g:ycm_gopls_binary_path='gopls'
let g:ycm_autoclose_preview_window_after_insertion=1
set runtimepath+=/usr/share/vim-youcompleteme
endif