Skip to content

gw111zz/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

86 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

My VIM configuration

git clone the files to local drive Create symbolic links from ~/.vim to .vim and ~.vimrc to .vimrc using ln -s

To get the vim plugins:

git submodule init
git submodule update

Adding a new plugin to Pathogen to this git repo:

cd ~/.vim
git submodule init
git submodule add <git repo> bundle/<path to new plugin>
git commit -m "<commit message>"
git push

Releases

No releases published

Packages