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

Hello, I wrote config script files for each plugin and I loaded these scripts all after `call plug#end()`, but sometimes a plugin would not be loaded in the whole editing...

question
neovim

Hi, I tried to use [this extension](https://github.com/aurieh/discord.nvim) and because it don't work i removed it from my init.vim file, reloaded it and run PlugClean. Now all times that i open...

enhancement
neovim

The automatic installation instructions for Windows are missing. ------------------------------ ``` ``` - Type: - [ ] Bug - [x] Enhancement - [x] Feature Request - [ ] Question - OS:...

windows

I tried to execute `PlugInstall | PlugUpdate` and had that mapped to a command, because I didn't know that PlugUpdate would also install missing plugins. After adding a new plugin,...

bug

How could I set multiple directory by `dir` option、`set rtp` etc ? The example config file like as follow: `~/.vimrc` ```viml " The path of `/home/common/.vim/commons_dir` is just a common...

question

This is not necessary if `filetype plugin indent on` was not used before `plug#end()`, since then the `FileType` autocmds from there will come after vim-plug's. This will issue a warning,...

I think this is an ongoing issue with tempfiles on Windows, the related issue has been reported on https://github.com/junegunn/vim-plug/issues/900 and https://github.com/junegunn/vim-plug/issues/852. A similar issue has also been reported [here](https://github.com/majutsushi/tagbar/issues/562). Unfortunately,...

neovim

`PlugUpdate` fails with the following message: ``` x myultisnippets: Invalid URI: [email protected]:ironhouzi/myultisnippets.git Expected: [email protected]:ironhouzi/myultisnippets.git PlugClean required. ``` The hostname `gitlab.com-me` is an entry in `.ssh/config`, which resolves to gitlab.com using...

bug

After putting together a new Vim plugin loadout using vim-plug, I've found myself having to bisect several plugin conflicts and do some mixture of reporting them, reconfiguring them, and finding...

enhancement

By default, [Vim thinks that .jl files are librep Lisp](https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=71279). The Julia language uses .jl as its file extension, and you can get .jl files to be recognized as Julia...