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

:hibiscus: Minimalist Vim Plugin Manager

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

Explain the problem here ... It gives me E492 when using :PlugInstall ------------------------------ My nvim folder: ![nvim 16_08_2022 12_19_41](https://user-images.githubusercontent.com/105559885/184856521-b821354f-544a-41a3-86c7-4f8e40da177e.png) nvim-data: ![nvim 16_08_2022 12_20_23](https://user-images.githubusercontent.com/105559885/184856629-f0b3128e-62e2-4de2-bfcc-df49018c41e4.png) ``` NVIM v0.7.2 Build type: RelWithDebInfo LuaJIT...

Hello, can not run post-update hook with the following installation https://github.com/EdenEast/nightfox.nvim/issues/203#issue-1355923330. Trying to call a command which defined as: ```vim command! NightfoxCompile lua require('nightfox').compile() ``` Can it be a problem...

Explain the problem here ... Running `nvim --headless -c 'PlugUpgrade' -c qa` results in the output `Downloading the latest version of vim-plugvim-plug is already up-to-date` with no newline in between...

Some trivial functions to access `s:loaded`, to allow sane introspection of plugin status, etc.

I'm trying to load a few plugins based on a custom command. So I defined something like this: ``` " Command to trigger loading of debugging related plugins on-demand command...

Explain the problem here ... I faced the problem when I download vim plug in the windows operation system . When i write the command in the powershell . This...

not-reproducible

When a plugin is installed and before post-install/update hooks are executed, it's necessary to (re)load the plugin. This is being done in `s:load_plugin`: https://github.com/junegunn/vim-plug/blob/ca0ae0a8b1bd6380caba2d8be43a2a19baf7dbe2/plug.vim#L439-L441 Unfortunately, it only loads `*.vim`, but...

Reloading the .vimrc should be part of the usage section, not the example section. As a new user, I overlooked that reloading `~/.vimrc` was needed. [Take a look at the...

When [vim-gitgutter](https://github.com/airblade/vim-gitgutter) changed the remote, default branch from `master` to `main` a while ago, my calls to `:PlugClean` started to fail with ``` Error detected while processing command line..function 2_clean[13]..2_git_validate:...

Hello, team! When I try to run the `:PlugUpgrade` command, I get the following error: ``` Error detected while processing function 10_upgrade[24]..function 10_upgrade[7]..10_system: line 24: E282: Cannot read from "/tmp/va5hSWS/14"...