Skip to content

jlabarbera11/vim-config

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

To Install

(Re)move ~/.vim and ~/.vimrc if you have them already, and run:

git clone git://github.com/jlabarbera11/vim-config.git ~/.vim
cd ~/.vim
git submodule update --init
ln -s ~/.vim/vimrc ~/.vimrc

Adding A Submodule

cd ~/.vim/bundle
git submodule add git://github.com/tpope/vim-fugitive.git bundle/vim-fugitive

Deleting a Submodule

cd  ~/.vim/bundle
rm -rf vim-fugitive

About

(Mac)Vim configuration

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Vim Script 64.1%
  • Python 35.9%