nelstrom / vim-textobj-rubyblock

A custom text object for selecting ruby blocks.
http://www.vim.org/scripts/script.php?script_id=3382
331 stars 21 forks source link

Janus installation instructions #11

Open jocke opened 11 years ago

jocke commented 11 years ago

This is how vim-textobj-rubyblock is installed if you're running Vim with Janus:

If you've not installed any plugins before:

mkdir ~/.janus
cd ~/.janus/

Then:

git clone https://github.com/nelstrom/vim-textobj-rubyblock
git clone https://github.com/kana/vim-textobj-user

You should now have vim-textobj-rubyblock installed.

Might be useful to add this to the Readme under installation.

davetapley commented 10 years ago

I'm really surprised this isn't in Janus by default, to the extent I'd added this (per instructions above) ages ago, and then was confused why it wasn't present on a fresh Janus install.

It already includes Vroom which is Ruby specific. Perhaps I'll open an issue over there.