Skip to content

jagandecapri/vimrc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Jack's Vim config

Customized from Maple's Vim Config

Installation

  1. Backup your old vim configuration files:

     mv ~/.vim ~/.vim.orig
     mv ~/.vimrc ~/.vimrc.orig
    
  2. Clone and install this repo:

     git clone https://github.com/jagandecapri/vimrc.git ~/.vim
     ln -s ~/.vim/.vimrc ~/.vimrc
    
  3. Setup Vundle:

     git clone https://github.com/gmarik/vundle.git ~/.vim/bundle/vundle
    
  4. Install bundles. Launch vim (ignore the errors and they will disappear after installing needed plugins) and run:

     :BundleInstall
    

About

My vim configurations

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published