安装https://www.cnblogs.com/chris... go的开发环境,结果编辑go文件报错,哪位大哥知道咋解决?
vim go_study/hello.go
vim-go requires Vim 7.4.1689 or Neovim, but you're using an older version.
Please update your Vim for the best vim-go experience.
If you really want to continue you can set this to make the error go away:
let g:go_version_warning = 0
Note that some features may error out or behave incorrectly.
Please do not report bugs unless you're using Vim 7.4.1689 or newer.
Press ENTER or type command to continue
编辑vimrc
vim ~/.vimrc
添加一行
let g:go_version_warning = 0
保存退出 问题解决