将你的VIM配置成go的IDEA

https://learnku.com/articles/24924

主要配置时还是要借助上面这个链接,当我在mac上部署的时候,配置出来屏幕变成蓝色,最后发现原因是在主题颜色,将主题颜色和24Bit颜色删掉即可解决

配置时出现pulg不是编译器命令

curl -fLo ~/.vim/autoload/plug.vim --create-dirs \ https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim

再来一遍,不要怕麻烦

在mac上进行配置时使用sudo apt install build-essential cmake python3-dev提示要下载Java的JDK

使用下面的命令

brew install opencv@3

cd ~/.vim/plugged/YouCompleteMe

git submodule update --init --recursive

python3 install.py --go-completer

 

你可能感兴趣的:(Linux,golang)