Ultimate Vim in Windows 7

来源:互联网 发布:手机淘宝评价流程 编辑:程序博客网 时间:2024/05/07 03:21

Download vim74 and install it

Download ctags58.zip and extract the ctags.exe, put it to Vim installation folder

Download msysgit and install it

Open Git Bash and run below commands:

git clone git://github.com/amix/vimrc.git ~/.vim_runtime

sh ~/.vim_runtime/install_awesome_vimrc.sh


Go to ~/.vim_runtime and create my_configs.vim with below contents:

set encoding=utf-8
set termencoding=utf-8
set fileencoding=utf-8
set fileencodings=ucs-bom,utf-8,chinese,cp936

source $VIMRUNTIME/delmenu.vim
source $VIMRUNTIME/menu.vim

language messages zh_CN.utf-8


The Vim looks like below:


原创粉丝点击