Skip to content

Latest commit

 

History

History
31 lines (21 loc) · 349 Bytes

README.md

File metadata and controls

31 lines (21 loc) · 349 Bytes

Overview

TBD. Work in progress.

Install all bundles

git submodule update --init --recursive

Update all bundles

git submodule update --recursive

Add a bundle

cd ~/.vim
git submodule add REPOSITORY bundle/PLUGIN-NAME

Install ctags

Depends on Unix installation

pacman -S ctags
brew install ctags