diff --git a/.vimrc b/.vimrc index efa01db..806e860 100644 --- a/.vimrc +++ b/.vimrc @@ -96,9 +96,6 @@ nmap / :Commentary " Section: Fugitive nmap gl :Gclog -n 100 -let g:go_def_mode='gopls' -let g:go_info_mode='gopls' - """ """ VIM-LSP SETTINGS """