Karp

vim中添加molokai 配色安装
molokai是老外开发的插件。github地址:https://github.com/tomasr/moloka...
扫描右侧二维码阅读全文
26
2017/02

vim中添加molokai 配色安装

molokai是老外开发的插件。

github地址:https://github.com/tomasr/molokai

cd ~/.vim
git clone https://github.com/tomasr/molokai.git

生成molokai 文件

pwd # ~/.vim 下
cp -r molokai/colors ../

然后在 ~/.vimrc 中添加

colorscheme  molokai  

set t_Co=256
set background=dark

这样molokai.vim主题色已经生效了。
下面是我的vim 功能比较单一

![请输入图片描述][2]

参考: http://www.cnblogs.com/wangkongming/p/4702559.html

最后修改:2020 年 08 月 23 日 07 : 11 PM

1 条评论

  1. 白秋白

    楼主这个克隆不到。。

发表评论