设置spacevim字体显示乱码问题
摘要:https://github.com/powerline/fonts clone powerline fonts 仓库 执行项目中的 install.sh 安装字体 修改终端配置中使用的字体为 xxx for Powerline即可。 在spacevim的字体配置中也要配置 for powerlin
阅读全文
posted @
2018-05-29 14:39
c3tc3tc3t
阅读(1411)
推荐(0)
ubuntu14.04.2安装 YouCompleteme
摘要:1 安装git ,按照这篇文章安装http://www.cnblogs.com/or2-/p/4350252.html2 安装编译需要的各种包sudo apt-get install build-essential cmakesudo apt-get install clangsudo apt-ge...
阅读全文
posted @
2015-07-09 20:49
c3tc3tc3t
阅读(421)
推荐(0)
mac os安装macvim
摘要:1 brew install macvim 安装 macvim2alias vim='/usr/local/Cellar/macvim/7.4-73_1/MacVim.app/Contents/MacOS/Vim' 在shell的配置文件中设置别名未完待续
阅读全文
posted @
2015-02-16 22:03
c3tc3tc3t
阅读(352)
推荐(0)
东拼西凑 vim配置-更新
摘要:"============================================================="============================================================="" Vim基本配置""==============...
阅读全文
posted @
2014-02-10 20:11
c3tc3tc3t
阅读(726)
推荐(0)
配置vim插件遇到youcompleteme插件问题解决方案
摘要:今天在Opensuse下配置vim 遇到两个问题配置插件找到一个很好的博客。学到一些有用技巧http://hahaya.github.io/2013/07/26/use-vundle.html但是遇到两个问题 一个是YouCompleteMe unavailable: requires Vim compiled with Python 2.x support解决办法http://stackoverflow.com/questions/3373914/compiling-vim-with-python-support就是安装zypper ar http://download.opensuse.o
阅读全文
posted @
2013-12-28 18:51
c3tc3tc3t
阅读(4038)
推荐(0)