#首先需要安装git(如果没有)然后:
##1,下载vundler,插件管理器
git clone http://github.com/gmarik/vundle.git ~/.vim/vundle.git
##2,下载vimrc配置文件,重命名为.vimrc
复制下面链接里的内容到~/.vimrc
https://github.com/dongxiaozhen/lbbNote/blob/master/tool/vimrc
##3,插件下载
在vim里输入命令:PluginInstall
##4,安装golang的插件
在vim里输入命令:GoInstallBinaries
由于防火墙的问题,有些找不到,你可以从github.com/golang/too/ 目录下找到,修改路径就行
##5,安装软件
sudo apt-get install ctags
sudo apt-get install silversearcher-ag
go get -u github.com/jstemmer/gotags
##6,使用
F7 文件目录,
F8 函数目录
\r 运行
\b 编译
:CtrlSF 全目录搜索字符串
ctrl + ] 跳转
ctrl + o 回跳
##7,最终效果
![RBT0)`R9~DCH)R5)XA1FF)8.png](http://studygolang.qiniudn.com/170224/c8283c078baaf2b6fce5318f99bfae2e.png)
##8,本人的github里由本人学习c,c++,linux ,golang 的小笔记,大家可以看看https://github.com/dongxiaozhen/lbbNote
有疑问加站长微信联系(非本文作者)