Skip to content

villim/dotvim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dotvim

The configuration for VIM


How to Install

Just checkout:

  • git clone git@github.com:villim/dotvim.git ~/.vim
  • cd ~/.vim
  • git submodule init
  • git submodule update

Add vimrc linkfile , On Mac/Linux:

  • cd ~
  • ln -s .vim/vimrc .vimrc

Add more Vim Plugins

Pathogen's documentation suggests adding plugins like this:

  • cd ~/.vim/bundle
  • git clone git:/github.com/tpope/vim-fugitive.git

We will do following:

  • cd ~/.vim
  • git submodule init
  • git submodule add git://github.com/tpope/vim-fugitive.git bundle/vim-fugitive
  • git commit -m 'Added vim-fugitive
  • git push

The Plugin I'm using:

Pathogen Readme pathogen.vim

About

The configuration for VIM

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published