Skip to content

Instantly share code, notes, and snippets.

@jgandt
jgandt / ctags_vim_paths_gemfile.rb
Created January 31, 2012 15:26 — forked from andyl/ctags_vim_paths_gemfile.rb
Generates Ctags and Vim Paths from Gemfile.lock
#!/usr/bin/ruby
require 'rubygems'
require 'bundler'
=begin
This script was written to incorporate Bundler and Gemfile.lock into
Vim's tag and file-finding tools.
=end
# This code generates ctags. If a Gemfile.lock is found
@jgandt
jgandt / ctags_vim_paths_gemfile.rb
Created January 31, 2012 15:25 — forked from andyl/ctags_vim_paths_gemfile.rb
Generates Ctags and Vim Paths from Gemfile.lock
#!/usr/bin/ruby
require 'rubygems'
require 'bundler'
=begin
This script was written to incorporate Bundler and Gemfile.lock into
Vim's tag and file-finding tools.
=end
# This code generates ctags. If a Gemfile.lock is found