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:
配置Vim编辑器并集成Git操作
本文详细介绍了如何下载并安装Vim编辑器、安装ctags进行代码语法高亮,以及通过msysgit集成Git操作,实现高效代码管理和版本控制。
672

被折叠的 条评论
为什么被折叠?



