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

PlugInstall doesn't work. Probably because my user folder has a space, e.g. "C:\Users\FirstName LastName". Error persists using `call plug#begin('C:\vim\plugged')` Could be related to #1057 ![2022-08-08 16_16_24- 3_3 pwsh in nvim](https://user-images.githubusercontent.com/1138791/183528007-71b4b490-e11f-4a95-9a14-44dfa0882b98.png)...

Explain the problem here ... Two plugins from my plugins list--vim-markdown and vim-markdown-folding--are not installed on PlugInstall. My plugin list from .vimrc follows: *** ``` call plug#begin('~/.vim/plugged') Plug 'xolox/vim-misc' Plug...

Im getting ''' E5112: Error while creating lua chunk: C:\Users\deven\AppData\Local\nvim\init.lua:17: '=' expected near 'plug' ''' this error. ``` NVIM v0.7.2 Build type: RelWithDebInfo LuaJIT 2.1.0-beta3 Compiled by runneradmin@fv-az276-503 Features: -acl...

> Anyway, `for` option was designed to take a string of a single file type or a list of multiple file types, and there's no code in vim-plug that processes...

The function name `plug#()` seems a little strange, and it's my first time to see such name in vimL. Is it like `plug#a_func()`, but `a_func` becomes empty string? Is there...

[ let s:plug_home_org = a:1](https://github.com/junegunn/vim-plug/blob/8fdabfba0b5a1b0616977a32d9e04b4b98a6016a/plug.vim#L241)

I get this when set up the vim plugin : ``` line 15: E117: Unknown function: plugin#begin line 16: E492: Not an editor command: Plug 'vim-airline/vim-airline' line 17: E117: Unknown...

When running any :Plug command (e.g :PlugInstall) I get the error: ![image](https://user-images.githubusercontent.com/5701624/179477794-1520b798-5440-4619-8579-389c6c7bdef6.png) ------------------------------ ``` VIM - Vi IMproved 9.0 (2022 Jun 28, compiled Jun 28 2022 12:30:17) 32 bitowa wersja...

Is there a way to configure Plug in a modular way? Right now the configuration for many plugins needs to be split into 2 pieces: - one or more lines...

After a recent apt-get upgrade on Pop_OS! 22.04 (Ubuntu LTS 22.04 like distro), and after adding one new plugin to the vimrc, I start getting: Cloning into ... git: 'remote-git'...