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

:hibiscus: Minimalist Vim Plugin Manager

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

I want to set up neovim for all users of my Linux server, and I use vim-plug to manage the plugins. The part about plugin installation is something like the...

question

Some plugins use several nested git submodules (e.g. YouCompleteMe). If the URL of one of these submodules changes, PlugUpdate fails. Also `git submodule update --init --recursive` fails in the command...

bug

Many package websites (Npm, Crates.io) give how long it's been since the last update for a package. With a lot of plugins, it can be helpful when cleaning up to...

enhancement

Helps address #121. Before, if you searched the readme for "uninstall", there were no results. Which is odd, because "Uninstall" seems like a natural opposite to "Install". Also, "Removing directories"...

I encounter a weird bug when I try to add a new line and enter edit mode at a certain position in my script. After pressing `o`, I need to...

Calling `:PlugUpdate` for https://github.com/myitcv/govim results in `PlugClean required` message and the plugin _not_ being updated. The git tree within `.vim/plugged/govim` is clean. What's probably significant however is that `git clean`...

What is the best way to group plugins for same filetype? I wanted to use this: ``` if index(['pm','perl','xs'], &filetype) > -1 Plug 'vim-perl/vim-perl' Plug 'vim-scripts/perl-support.vim' endif ``` But it...

I use `Plug 'fatih/vim-go', {'tag': '*', 'do': function('PlugRemotePlugins')}`, to update vim-go only on new tags, but that setting causes the `do` hook to be called on every `:PlugUpdate`. ------------------------------ ```...

bug

Hi Junegunn, Vim's documentation recommends that package include doc/tags. :help package-create ``` Run the :helptags command to generate the doc/tags file. Including this generated file in the package means that...

Removes EnsureLoaded, which caused a local failure with fzf being installed system-wide.