Skip to content

Latest commit

 

History

History
22 lines (19 loc) · 654 Bytes

README.md

File metadata and controls

22 lines (19 loc) · 654 Bytes

First, thanks to http://usevim.com/

#Add a plugin (sample)

  • cd ~/.vim
  • git submodule init
  • git submodule add git://github.com/tpope/vim-fugitive.git bundle/vim-fugitive
  • Eventually modify and copy your .vimrc here :
    • vim ~/.vimrc
    • cp ~/.vimrc ~/.vim/.vimrc
  • git commit -m 'Added vim-fugitive'
  • git push

#Download vim plugins and config it

#Miscaleaneous Thinks that the pathogen plugin itself is maybe out of date :-)