vim-plug icon indicating copy to clipboard operation
vim-plug copied to clipboard

:hibiscus: Minimalist Vim Plugin Manager

Results 140 vim-plug issues
Sort by recently updated
recently updated
newest added

When using the snippet to auto install everything on Neovim it does not recognise `PlugInstall` as a command without restarting. To solve this I added one line to the suggested...

neovim

In `:PlugDiff`, it's possible to hit enter on a given commit to view its content: [fugitive.vim](https://github.com/tpope/vim-fugitive/) has a very similar feature for viewing commits, but with extra features like being...

enhancement

I recently mistyped the name of a repo/plugin, and when I ran `:PlugInstall`, I ran into the same cryptic error described in [this](https://stackoverflow.com/questions/69474562/unable-to-install-plugins-in-vim-via-pluginstall) Stack Overflow issue. Cloning into 'C:\Users\myusername\AppData\Local\nvim-data\plugged\coc.vim'... remote:...

Explain the problem here ... https://github.com/ctrlpvim/ctrlp.vim `relevantinit.vim contents` ``` ... Plug 'ctrlpvim/ctrlp.vim' ... ``` ``` x ctrlp: Cloning into 'C:\Users\XXXXXXX\.nvim\bundle\ctrlp'... remote: Invalid username or password. fatal: Authentication failed for 'https://git::@github.com/ctrlpvim/ctrlp.git/'...

There is some problem with https protocol. So I use git protocol. But I encountered problem: ![image](https://user-images.githubusercontent.com/13954697/43382042-2ce3541e-9409-11e8-8550-dccb590dd20e.png) Yes. When I used the git full url, no problem would be encountered.

If "PlugUpdate still should not care" fails the window is not closed and the count is off afterwards. This try/finally should get added to more tests probably.

(I was under the impression that this plugin supports wildcard tag releases properly, so correct me if I am wrong.) `:PlugUpdate` seems won't fetch latest tags when the plugin has...

This is more of a report than a question. I just want to share with others that may be looking for how to solve the same problem. I've succeeded to...

When a plugin has a `after/syntax/lua.vim` file, and this plugin gets loaded `'for': ['lua']`, the main syntax plugin(s) (`syntax/lua.vim`) will not be loaded, when `b:current_syntax` might exist already. In the...