diff --git a/README.md b/README.md index 3114500..966d4a4 100644 --- a/README.md +++ b/README.md @@ -331,6 +331,7 @@ smart people at [Hashrocket](http://hashrocket.com/). - [Repeating Characters](vim/repeating-characters.md) - [Replace A Character](vim/replace-a-character.md) - [Reverse A Group Of Lines](vim/reverse-a-group-of-lines.md) +- [Running Bundle With vim-bundler](vim/running-bundle-with-vim-bundler.md) - [Scrolling Relative to the Window](vim/scrolling-relative-to-the-window.md) - [Searching For Hex Digits](vim/searching-for-hex-digits.md) - [Set End Of Line Markers](vim/set-end-of-line-markers.md) diff --git a/vim/running-bundle-with-vim-bundler.md b/vim/running-bundle-with-vim-bundler.md new file mode 100644 index 0000000..a202d37 --- /dev/null +++ b/vim/running-bundle-with-vim-bundler.md @@ -0,0 +1,8 @@ +# 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.