voom
voom copied to clipboard
A simplest-thing-that-works Vim plugin manager. Use with Vim 8 or Pathogen.
Heya, So I'm noticing a lot of plugins using this sort of 'post-install' action: https://github.com/junegunn/vim-plug#example One such example being: https://github.com/roxma/nvim-cm-tern Is this something you think might be useful to include,...
1. Declare a repo (which has a fork) in `plugins` and `voom install`. 2. Update declaration in `plugins` to one of the fork(s) and `voom install`. 3. Then - Expected:...
Lately, when I called `voom`, it asked me for my Github user name. This is odd, because I didn’t include any private repositories. I investigated and it turned out, that...
opt folder support would be a great addition for voom, as it vastly improves the vim startup time. Currently the `$PLUGINS_DIR` defaults to `$VIM_DIR/pack/voom/start` and all the plugins are being...
Fixes #1 In the discussion, your proposed solution was to use `user-plugin/` format inside the plugin folder. The problem with that approach was that user accounts can have `-` in...