Skip to content

Instantly share code, notes, and snippets.

@niquola
Created July 17, 2012 21:28
Show Gist options
  • Save niquola/3132226 to your computer and use it in GitHub Desktop.
Save niquola/3132226 to your computer and use it in GitHub Desktop.
Generate tags for project
sudo apt-get install exuberant-ctags
group :development do
gem 'guard-ctags-bundler'
gem 'rb-readline'
end
guard init ctags-bundler
//see http://effectif.com/vim/using-ctags-with-bundler-gems
//to index gems on each bundle install
bundle show --paths | xargs ctags -R
@niquola
Copy link
Author

niquola commented Jul 17, 2012

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment