Skip to content

carguel/myvimconfig

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

my VIM config

This my vim config, including a set of VIM plugins managed by pathogen.

Installing on your vim environment

Type the following commands

cd ~
git clone https://github.com/carguel/myvimconfig.git ~/.vim
ln -s ~/.vim/vimrc ~/.vimrc
ln -s ~/.vim/gvimrc ~/.gvimrc
cd ~/.vim
git submodule init
git submodule update

Upgrading all bundled plugins

git submodule foreach git pull origin master

About

My ~/.vim directory

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published