Skip to content

brian-leung/dotvim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

526444f · Dec 12, 2016

History

28 Commits
Jun 25, 2013
Jun 25, 2013
Dec 12, 2016
Dec 12, 2016
Jun 25, 2013
Jan 7, 2014
Aug 2, 2016
Dec 12, 2016
Oct 28, 2015

Repository files navigation

#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