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 ... "Error detected while processing /home/vnr/.config/nvim/init.lua: E5112: Error while creating lua chunk: /home/vnr/.config/nvim/init.lua:1: '=' expected near 'plug' Press ENTER or type command to continue " ------------------------------...

I use *NeoVim* (unmodified so far) and I can't find my **init.vim**, please help.

https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim ~link is not opening ![Screenshot from 2023-01-12 18-09-37](https://user-images.githubusercontent.com/122454256/212069621-a4b95e96-806f-4dd3-9139-342059263415.png) Terminal Vim Linux Mint

Explain the problem here ... Running `:PlugStatus` when editing a git commit message results in: ``` Error detected while processing function 19_status[1]..19_prepare[7]..function19_status[1]..19_prepare: line 7: E605: Exception not caught: $GIT-DIR detected....

Having vim-plug running seems to coincide with vim's default `[[` and `]]` (jump to start/end of file) commands not working, though `gg` and `G` still work fine. I wasn't able...

I am using Termux on my Tablet and Android. I installed Neovim from this app and works properly well. I wanted to use vim-plug with my neovim on my tablet...

We currently have on-demand loading for Plug triggers and for filetypes. I think it may be beneficial to have some generic on-demand loading. Usage would be something like so ```...

Explain the problem here ... I am getting an error when I run the :source ~/.vimrc telling me that Plug is not a recognized command. I have added the plug.vim...

Run `nvim -c PlugUpdate` and got this: ![image](https://user-images.githubusercontent.com/7172560/219703967-7f2aad20-b080-4b5b-b197-ea7095bcef48.png) Please give some hints on where to look further about this issue. ------------------------------ ``` " vim-plug call plug#begin('~/.vim/plugins') Plug 'tpope/vim-sensible' " settings...

windows