Windows下Vim主题变更

Windows下Vim主题变更

默认的好丑!
Windows下Vim主题变更

主题位置。
Windows下Vim主题变更

修改配置文件。
Windows下Vim主题变更

添加主题设置。
Windows下Vim主题变更

新的主题,很高端大气。

set fileencodings=utf8,ucs-bom,cp936,big
set fileencoding=utf8
colorscheme desert
set number
set gfn=Consolas:h11 

禁止生成垃圾文件

set noundofile
set nobackup
set noswapfile

设置tab为4个空格

set ts=4
set expandtab

本文转自TBHacker博客园博客,原文链接:http://www.cnblogs.com/jiqing9006/p/8205562.html,如需转载请自行联系原作者