I'm running Neovim on iTerm2. Neovim --version gives NVIM v0.1.0-144-gda9cf04 (compiled Nov 30 2015 20:54:54).
When I add a new plugin to my symlinked .vimrc and run :PlugInstall in Neovim, the new plugin installs successfully, but my displays ends up on the following:
Updated. Elapsed time: 1.231175 sec.
[================]
- Finishing ... Done!
- matchit: Already installed
- vim-ruby: Already installed
- vim-pasta: Already installed
- vim-vinegar: Already installed
- vim-smooth-scroll: Already installed
- vim-repeat: Cloning into '/Users/samschlinkert/.vim/plugged/vim-repeat'...
- goyo.vim: Already installed
- vim-move: Already installed
- supertab: Already installed
- tcomment_vim: Already installed
- vim-closer: Already installed
- vim-surround: Already installed
- vim-multiple-cursors: Already installed
- vim-sneak: Already installed
- ctrlp.vim: Already installed
- vim-visual-star-search: Already installed
Which to me looks like vim-plug got hung up trying to clone vim-repeat.
After running this :PlugInstall there is now a vim-repeat directory in my ~/.vim/plugged directory, and if I start Neovim again and run :PlugInstall again, is says - vim-repeat: Already installed, so I'm assuming it actually installed. But the display saying "Cloning..." that first time is a bit concerning. It feels like it should display something like "Installed successfully" if/when the new plugin is installed?
I'm running Neovim on iTerm2. Neovim --version gives
NVIM v0.1.0-144-gda9cf04 (compiled Nov 30 2015 20:54:54).When I add a new plugin to my symlinked
.vimrcand run:PlugInstallin Neovim, the new plugin installs successfully, but my displays ends up on the following:Which to me looks like vim-plug got hung up trying to clone vim-repeat.
After running this
:PlugInstallthere is now avim-repeatdirectory in my~/.vim/pluggeddirectory, and if I start Neovim again and run:PlugInstallagain, is says- vim-repeat: Already installed, so I'm assuming it actually installed. But the display saying "Cloning..." that first time is a bit concerning. It feels like it should display something like "Installed successfully" if/when the new plugin is installed?