vim-plug
vim-plug copied to clipboard
:hibiscus: Minimalist Vim Plugin Manager
Explain the problem here ... Hello, I'm trying to use the both on-demand conditions way, but as I understand, with the below command is supposed to load the plugin only...
Post-update hook is unable to find `doge#helpers#deepextend` when using ```vim Plug 'kkoomen/vim-doge', { 'do': { -> doge#install() } } ``` Manually running `:call doge#install()` afterwards works just fine. This seems...
Simple modification to the README and `doc/plug.txt`. Make more obvious how to use the `frozen` option.
PlugInstall fails. I get the following error message: xcrun: error: invalid active developer path (/Library/Developer/CommandLineTools), missing xcrun at: /Library/Developer/CommandLineTools/usr/bin/xcrun ------------------------------ ``` I do not know how to get output of...
Explain the problem here ... ------------------------------ I have a file, $XDG_CONFIG_HOME/nvim/plugin/n_plug.vim, which contains the `call plug#begin()`, `Plug 'some/plugin'`, `call plug#end()` lines. Such configurations made all the listed plugins loaded when...
With the latest version of VIM on Arch Linux, updating (using topgrade) throws a bunch of errors. My .vimrc is pretty small and used on a few machines (the rest...
Neovim 0.5.0 allows lua files to be used in runtime files (such as plugin, ftdetect, etc.) as well as vimscript files. Indeed, some plugins have `plugin/*.lua` scripts only, but not...
Hi. I'm adding a new plugin, but I'm getting this error ``` Error detected while processing /home/_art/.config/nvim/plugins/bufexplorer.vim: line 1: E116: Invalid arguments for function plug# ``` I have the Plug...
I have configured git to use SSH instead of HTTP when connecting to Github: ``` # in my ~/.gitconig [url "ssh://[email protected]/"] insteadOf = https://github.com/ ``` I use `gpg-agent` to remember...
Ref #719.