Skip to content

ndawe/.vim

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

131 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Noel's vim configuration and plugins.

See http://vimcasts.org/episodes/synchronizing-plugins-with-git-submodules-and-pathogen/

Install ctags:

sudo apt-get install exuberant-ctags

Initialize the plugin submodules:

git submodule init
git submodule update

and:

mkdir ~/.vimcrud
ln -s ~/.vim/vimrc ~/.vimrc
ln -s ~/.vim/gvimrc ~/.gvimrc

To update to the latest version of each plugin bundle, run the following:

git submodule foreach git clean -fdx
git submodule foreach git fetch origin master
git submodule foreach git reset --hard origin/master

About

My vim setup

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Vim Script 100.0%