1
0
mirror of https://github.com/jbranchaud/til synced 2026-01-03 07:08:01 +00:00
Files
til/vim/running-bundle-with-vim-bundler.md
2016-01-03 19:09:37 -06:00

9 lines
486 B
Markdown

# Running Bundle With vim-bundler
The [`vim-bundler`](https://github.com/tpope/vim-bundler) plugin is a
companion of the [`rake.vim`](https://github.com/tpope/vim-rake) and [`rails.vim`](https://github.com/tpope/vim-rails) plugins. It is a lightweight plugin that exposes some bundler-related convenience methods.
The Vim `:Bundle` command exposes the `bundle` command. To install the latest
changes to the `Gemfile`, you can invoke `:Bundle` or `:Bundle install` from
inside of Vim.