Skip to content

dmoulton/vimconfig

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

To use this setup:

clone repo at ~/.vim
ln -s ~/.vim/vimrc ~/.vimrc
ln -s ~/.vim/gvimrc ~/.gvimrc

install pathogen vim plugin
https://github.com/tpope/vim-pathogen

install vim plugins as git submodules
Example:
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."
http://vimcasts.org/episodes/synchronizing-plugins-with-git-submodules-and-pathogen/

About

My portable vim configuration

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published