Skip to content

mariochavez/vim-dot-files

Folders and files

NameName
Last commit message
Last commit date
Jun 30, 2011
Feb 16, 2017
Aug 21, 2013
Mar 2, 2013
Feb 16, 2017
Nov 23, 2015
Sep 30, 2016
Feb 16, 2017
Sep 11, 2016

Repository files navigation

Install

cd ~
git clone [email protected]:mariochavez/vim-dot-files.git ~/.vim
ln -s ~/.vim/vimrc ~/.vimrc
ln -s ~/.vim/gvimrc ~/.gvimrc
cd ~/.vim
git submodule init
git submodule update

Update

git submodule foreach git pull origin master

Install new plugin

cd ~/.vim
mkdir ~/.vim/bundle
git submodule add http://github.com/tpope/vim-fugitive.git bundle/fugitive
git add .
git commit -m "Install Fugitive.vim bundle as a submodule."

VIM Room

Info: http://projects.mikewest.org/vimroom/

<leader>V

About

My custom VIM dot files

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published