Skip to content

maple-leaf/vimrc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 

Repository files navigation

vimrc

安装步骤

  • 安装git
  • 打开 git自带的 bash, 打命令: cd ~
  • 安装vim插件管理插件vundle:git clone https://github.com/gmarik/vundle.git ~/.vim/bundle/vundle
  • 打开 gvim
  • 直接在gvim中打命令: :BundleInstall 来安装插件
  • 重启 gvim ( 某些插件需要python或者lua支持 )

Howto

  • Install git
  • Open git bash, type command: cd ~
  • Install vundle(a vim plugins management plugin): git clone https://github.com/gmarik/vundle.git ~/.vim/bundle/vundle
  • Open gvim
  • Type command in gvim: :BundleInstall to install plugins
  • Restart gvim ( some plubins need python or lua or support )

Releases

No releases published

Packages

No packages published