Skip to content

xiaotianhu/vim

 
 

Repository files navigation

个人 Vim 配置.

截图

使用

git clone https://github.com/ueaner/vim.git ~/.vim
git clone https://github.com/ueaner/vim.git "C:\Documents and Settings\<your_username>\vimfiles"

7.4 之前的版本需要做个软链:

ln -s ~/.vim/vimrc ~/.vimrc
创建快捷方式 :)

安装插件

安装 Vundle 插件管理工具:

git clone https://github.com/gmarik/Vundle.vim.git ~/.vim/bundle/Vundle.vim
git clone https://github.com/gmarik/Vundle.vim.git "C:\Documents and Settings\<your_username>\vimfiles\bundle\Vundle.vim"

命令行执行, 开始安装插件:

vim +PluginInstall +qall

等待少许时间, Vim 常用插件就自动安装完成了。

About

个人 Vim 配置信息

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Vim Script 89.6%
  • Shell 7.6%
  • PHP 2.8%