博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
Vim杂记:Sublime的配色方案
阅读量:7246 次
发布时间:2019-06-29

本文共 685 字,大约阅读时间需要 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=manual syntax enablecolorscheme Monokaiset nocompatibleset nobackup

 

三、参考                        

http://calefy.org/2012/10/30/the-config-of-my-vim.html

转载地址:http://aknbm.baihongyu.com/

你可能感兴趣的文章
三个开源硬件项目
查看>>
Have fun with Treasure Trails %enjoy 8% off cheap
查看>>
pdf转word如何转?最简单的方法你知道吗?
查看>>
“VR女友”制作人访谈
查看>>
阿列克谢·卡什巴斯基:有机生命渲染
查看>>
一文了解 Apache Flink 核心技术
查看>>
科略教育—管理者应具备五大能力
查看>>
mac上使用dex2jar遇到的权限问题的解决
查看>>
我的友情链接
查看>>
定位于地图小程序
查看>>
学习go语言 我的习题答案 chapter3
查看>>
vCenter Server Appliance 6.5 中重置丢失或忘记的 root 密码
查看>>
教育行业-班班通应用案例
查看>>
Linux SSH管理用户登录
查看>>
LAMP
查看>>
sendmail,mail,fetion,页面声音实现nagios报警
查看>>
硬链接和软连接
查看>>
nautilus can't be used now,due to an unexpected error解决方法
查看>>
《PHP经典实例(第二版)》(PHP Cookbook, 2nd Edition)中文版,高清扫描版[PDF]
查看>>
Spark On Yarn实战
查看>>