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

Vim dispose jobs in main thread. So vim stop job operations while calling system(). This use job in s:system(). Left is without this patch. Right is with this patch. ![terminal](https://cloud.githubusercontent.com/assets/10111/22974323/1f89ad44-f3c5-11e6-867e-f79fcbe785b1.gif)

Explain the problem here ... ------------------------------ ``` .vimrc:3: unknown file attribute: ~ .vimrc:4: command not found: Plug .vimrc:5: command not found: Plug .vimrc:6: command not found: Plug .vimrc:1: parse error...

Explain the problem here ... I use neovim and vim on both Windows 10 and Linux, with many plugins. Recently on Windows I switched from cmd.exe to powershell, and have...

I usually backup my whole .vim/ and .vimrc to github and pull them to new machines. You can find my repository [here](https://github.com/archerindigo/vimrc). Those 3rd-party plugins I use are set as...

question

There's a line in the docs that shows how to hook plugin loading events with autocommands ```vim Plug 'junegunn/goyo.vim', { 'for': 'markdown' } autocmd! User goyo.vim echom 'Goyo is now...

question

The command PlugInstall not working in my vim editor. The command PlugStatus work. I do not understand what is happening. My operation system is Debian 9. I use vim +...

Hi, I followed the tutorial and ran this command below: ```shell # Neovim (~/.local/share/nvim/site/autoload) curl -fLo ~/.local/share/nvim/site/autoload/plug.vim --create-dirs \ https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim ``` , after which I got an error message when...

doc

I suggest run this command to install a plugin: `git clone -b master --single-branch --depth 1 {repo}` This command to update a plugin: `git fetch --depth 1 origin master &&...

Cannot use PlugInstall or any other command in Vim or Neovim for WSL2. (windows 10) Followed installing instructions but I always get a message: `E492: Not an editor command: PlugInstall`...

doc
wsl

Explain the problem here ... ------------------------------ As the title it would be nice to have a such feature to load a plugin's specific configuration file, i.e. having a line in...