Skip to content
/ vim Public

Vim setup using vundle as package manager

Notifications You must be signed in to change notification settings

ThomasBS/vim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

66 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Installation

  • Clone this repository into your homedir:

    git clone https://github.com/ThomasBS/vim.git ~/.vim
  • Remove your .vimrc file

    rm ~/.vimrc
  • Symlink to the vimrc located in projects .vim folder

    ln -s .vim/vimrc .vimrc
  • Clone vundle into .vim/bundle

    git clone https://github.com/gmarik/vundle.git ~/.vim/bundle/vundle
  • Reload vim

  • Run BundleInstall command from Vim

    :BundleInstall
  • Enjoy!!

About

Vim setup using vundle as package manager

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published