标签:
vim真是不好上手,感觉好烦。
另外linux下连校园wifi上网特别慢,git clone也一直提示fatal: unable to access ‘https://github.com/XXXXXXX/XXX.GIT‘: GnuTLS recv error (-54): Error in the pull function.
各种解决方法都尝试了还是不行,于是只好手机开热点。
安装了一些插件:
(相应链接提供下載/教程)
ctags(Tagbar需要),vundle(管理插件的插件),Tagbar(显示函数列表),NERDTree(文件目录列表),MiniBufExplorer(多文件同时编辑)。
YouCompleteMe(代码补全)。
配置文件.vimrc:
http://paste.ubuntu.com/23120551/
标签:
原文地址:http://www.cnblogs.com/flipped/p/5831642.html