sponsor Vim development Vim logo Vim Book Ad

bundler.vim : Lightweight support for Ruby's Bundler

 script karma  Rating 36/17, Downloaded by 2516  Comments, bugs, improvements  Vim wiki

created by
Tim Pope
 
script type
utility
 
description
This is a lightweight bag of Vim goodies for Bundler (http://gembundler.com), best accompanied by rake.vim (vimscript #3669) and/or rails.vim (vimscript #1567).

Features:

* :Bundle, which wraps bundle.
* An internalized version of bundle open: :Bopen (and :Bsplit, :Btabedit, etc.).
* 'path' and 'tags' are automatically altered to include all gems from your bundle.  (Generate those tags with gem-ctags (https://github.com/tpope/gem-ctags)!)
* Syntax highlighting for Gemfile and Gemfile.lock.

https://github.com/tpope/vim-bundler
 
install details
Extract in ~/.vim (~\vimfiles on Windows).
 

rate this script Life Changing Helpful Unfulfilling 
script versions (upload new version)

Click on the package to download.

package script version date Vim version user release notes
bundler.zip 2.2 2023-08-27 7.4 Tim Pope Support :Bundle open.
Deprecate :Btabedit and friends in favor of using :Bundle open.
Improve :Bundle tab completion.
Support <mods> like :vertical and :tab.
Define commands globally, not per buffer.
Support calling :Bundle gem/:Bundle init without Gemfile.
Update gem under cursor with :.Dispatch.
Support operation in URL buffers, like fugitive://.
Drop support for abandoned gems.rb/gems.locked.
Bump minimum Vim version to 7.4.
Public API tweaks.
bundler.zip 2.1 2018-06-01 7.0 Tim Pope Numerous improvements to gem finding, robustness, and performance.
Support projectionist.vim, with per-gem projections.
Support gems.rb and gems.locked.
Syntax highlighting tweaks.
Cease setting makeprg=bundler.
Filter 'path' and 'tags' to sub-dependencies when navigating gems.
bundler.zip 2.0 2013-03-20 7.0 Tim Pope Fast, static lock file parser.
Provide a "bundler" compiler plugin.
Press gf on gems in lock file to open them.
Highlight missing gems in lock file as errors.
Highlight .bundler/config as yaml.
Provide an official API.
bundler.zip 1.0 2012-10-21 7.0 Tim Pope Initial upload
ip used for rating: 54.81.185.66

If you have questions or remarks about this site, visit the vimonline development pages. Please use this site responsibly.
Questions about Vim should go to the maillist. Help Bram help Uganda.
   
Vim at Github