Vim-plug: How to install numbers.vim using vim-plug

Created on 20 Oct 2017  路  5Comments  路  Source: junegunn/vim-plug

How do i install numbers.vim by myusuf3? I tried: Plug 'myusuf3/numbers' , Plug 'myusuf3/numbers.vim' yesterday and it didn't work.
:PlugInstall gave me:
x numbers:
Invalid URI: https://github.com/myusuf3/numbers.vim.git
Expected: https://github.com/myusuf3/numbers.git
PlugClean required.

:version                                                                                                                                                                 
VIM - Vi IMproved 8.0 (2016 Sep 12, compiled Oct 13 2017 07:02:21)                                                                                                       
Included patches: 1-1187                                                                                                                                                 
Modified by <[email protected]>                                                                                                                                        
Compiled by <[email protected]>  

  • Type:

    • [ ] Bug

    • [ ] Enhancement

    • [ ] Feature Request

    • [✓] Question

  • OS:

    • [ ] All/Other

    • [✓ ] Linux

    • [ ] OS X

    • [ ] Windows

  • Vim:

    • [✓] Terminal Vim

    • [ ] GVim

    • [ ] Neovim

question

Most helpful comment

Does vim-plug need vim to be closed and started again after doing any changes in .vimrc?

You at least need to source your vimrc. The simplest way to do so is to close vim and restart it.

All 5 comments

wow, i ruined it

Plug 'myusuf3/numbers.vim' works as intended for me. Try PlugClean or manually removing any numbers plugin directories and then try again maybe?

great. It worked. I don't know why it didn't work before. Does vim-plug need vim to be closed and started again after doing any changes in .vimrc?

Does vim-plug need vim to be closed and started again after doing any changes in .vimrc?

You at least need to source your vimrc. The simplest way to do so is to close vim and restart it.

Thanks @KDercksen and @nfischer . Closing this one as it works for me now.

Was this page helpful?
0 / 5 - 0 ratings