itgoyo / 500Days-Of-Github

⭐ 瞎JB折腾Mac/Linux/Windows过程中遇到的所有问题和解决方式 ⭐
https://itgoyo.github.io/500Days-Of-Github
138 stars 13 forks source link

Go使用vim-go插件设置快捷键个别快捷键没有效果的的解决方式 #242

Open itgoyo opened 3 years ago

itgoyo commented 3 years ago
vim-go: initialized gopls

我们先再终端里面复制好clashx走代理的代码,类似

export https_proxy=http://127.0.0.1:7890 http_proxy=http://127.0.0.1:7890 all_proxy=socks5://127.0.0.1:7890

然后执行

:GoInstallBinaries

然后在.vimrc文件中配置

let g:go_gopls_enabled = 0