1。
vimrc.txt 做个备份,修改自amix@amix.dk
2
这个vimrc号称终极vim配置,涉及到很多插件。
2.1 基本安装
- git clone git://github.com/spf13/spf13-vim.git
- cd spf13-vim
- /*此处有配色方案找不到,没关系,直接enter,然后等待一段时间,等所有的插件安装完毕*/
- sh bootstrap.sh
2,2 报错:CSApprox needs gui support - not loading.
See :help |csapprox-+gui| for possible workarounds.
解决方法1:
rm -rf ~/.spf13-vim-3/.vim/bundle/csapprox/ ,直接删掉,不会出现报错信息,这个效果感觉也还行。
解决方法2:
安装vim-gtk, sudo apt-get install vim-gtk。cn99上好像没有此源,我选择main service才安装上。
还有问题:
CSApprox skipped; terminal only has 8 colors, not 88/256
Try checking :help csapprox-terminal for workarounds
解决:
GNOME Terminal isn’t actually limited to 8 colors, it just evades detection
在~/.vimrc中加入:set t_Co=256
搞定,截图一张:
阅读(2839) | 评论(0) | 转发(0) |