airblade / voom

A simplest-thing-that-works Vim plugin manager. Use with Vim 8 or Pathogen.
MIT License
29 stars 9 forks source link

Update README installation instructions #4

Closed Integralist closed 8 years ago

Integralist commented 8 years ago

^ me trying to understand the errors I was getting :-)

Problem

I had a few problems installing Voom by trying to follow the instructions in the README

Solution

Add some additional steps to the README (hopefully) without becoming too complicated or confusing

airblade commented 8 years ago

Thanks for the patch, and especially for the gif :)

I realised that ~/dotvim is just a peculiarity of the way I happen to keep my vim config under version control and voom shouldn't know anything about that.

So now the installation directory defaults to ~/.vim, as expected, while neovim users can specify their directory with VIM_DIR=~/.nvim/config voom.

I liked the way you made the README more explicit, though because of the above change your updates didn't apply any more.

Anyway, the changes are in a39deb5...8777d70.

Integralist commented 8 years ago

No problem :-) the README looks a lot better now :+1: