首页 > 代码库 > gVIM如何换成全英文并用UTF-8格式

gVIM如何换成全英文并用UTF-8格式

其实就一句话: 把lang文件夹删除就行了。

写这个随笔还要记录一下自己的GVIM配置,从网上各处找的,然后终于弄成了自己喜欢的样子,抓紧把这个配置保存好。

set nocompatiblebehave mswinset guifont=courier_new:h12set nu!set encoding=utf-8set termencoding=utf-8set fileencodings=utf-8set fileencoding=utf-8set fileformats=unix,dosset browsedir=bufferfiletype indent onset autoindentset smartindentset backupdir=d:\vim_back_filesset autochdirset history=1024let $lang=‘en_us‘source $vimruntime/vimrc_example.vimsource $vimruntime/mswin.vimset confirmset syntax=onset nocpset mouse=asetlocal noswapfile bombset laststatus=2set autoreadcolo torteset statusline=[%n]%<%f%y%h%m%r%=[%b\ 0x%b]\ %l\ of\ %l,%c%v\ page\ %n\ %p

来个效果图:

gVIM如何换成全英文并用UTF-8格式