本文共 684 字,大约阅读时间需要 2 分钟。
一、前言
爱美之心人皆有之,sublime的配色实在好看,于是希望Vim也能这样。
二、配置
1.下载monokai(https://github.com/sickill/vim-monokai),然后将Monokai.vim保存到~/.vim/colors下;
2.配置~/.vimrc文件,添加 syntax enable 、 colorscheme Monokai 两行。我的~/.vimrc文件如下
set encoding=utf-8set fileencoding=utf-8set fileencodings=ucs-bom,utf-8,chinese,cp936set guifont=Consolas:h15language messages zh_CN.utf-8set lines=45 columns=100set numberset autoindentset smartindentset tabstop=4set autochdirset shiftwidth=4set foldmethod=manualsyntax enablecolorscheme Monokaiset nocompatibleset nobackup
三、参考
http://calefy.org/2012/10/30/the-config-of-my-vim.html
转载地址:http://ouyaa.baihongyu.com/