Windows下Vim主题变更

默认的好丑!

主题位置。

修改配置文件。

添加主题设置。

新的主题,很高端大气。

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

禁止生成垃圾文件

set nobackup
set noswapfile

设置tab为4个空格

set ts=4
set expandtab

posted @ 2018-01-05 16:56  TBHacker  阅读(841)  评论(0)    收藏  举报