Skip to content

zhusan/vim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Install

  1. clone the repo

     git clone https://github.com/zhusan/vim.git
    
  2. rename it

     mv vim ~/.vim
    
  3. set up ~/.vimrc, have a fake .vimrc in your $HOME

     ln -s ~/.vim/vimrc ~/.vimrc
    
  4. you also need to install Ctags, ack-grep

     sudo apt-get install exuberant-ctags ack-grep # for ubuntu
    
  5. Install Plugins:

    Launch vim and run :PluginInstall

    To install from command line: vim +PluginInstall +qall

About

vim setting

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published