Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 515 Bytes

README.md

File metadata and controls

19 lines (12 loc) · 515 Bytes

#Brian's .vim setup#

ymmv

Quick Start

git clone [email protected]:brian-leung/dotvim.git ~/.vim
ln -sf ~/.vim/.vimrc ~/.vimrc
cd .vim
git submodule init
git submodule update

CTags

To use ctags and automate tagging code, add the following line to your cronjobs:

  */30 * * * * cd $HOME/<PROJECT_DIRECTORY>; ctags -R --python-kinds=-i * 2> /dev/null

Bitdeli Badge