-
Hello,
This is a feature suggestion from the [vim-plug](https://github.com/junegunn/vim-plug) plugin manager.
> Allow on-demand loading (lazy loading) of plugins
This can vastly increase env …
-
Hello,
Calling `nvim -l ./build.lua` ignores settings from init.vim file and didn't install rocks specified there.
For vim-plug I was managed to fix this using `:source ./build.lua` command as p…
-
Vim has a number of plugin managers that are very good at installing and managing plugins, and can help if people want to version control their Vim configurations.
For this reason, I think that the…
-
I believe the first "pkg install" was probably meant to be "pkg install vim".
-
### Describe the problem
Failed to run client.before_init for settings/plugins/lspconfig
vim/shared.lua:0: Cannot deepcopy object of type userdata
stack traceback:
vim/shared.lua: in function '…
ghost updated
6 months ago
-
Hi.
Many Vim users take their scripts from http://vim.org and from the Vim GitHub repo list at http://vim-scripts.org . It is very easy to install plugins using various plugin managers such as Pathog…
-
**Describe the bug**
It seems there is different loading order of plugins and their parts if using empty vimrc / packload / packadd / packadd!
**To Reproduce**
I've created https://github.…
-
您好,按照您的文章[Tmux使用手册](http://louiszhai.github.io/2017/09/30/tmux/#%E4%BF%9D%E5%AD%98Tmux%E4%BC%9A%E8%AF%9D)我进行了一下配置,并在vim中安装了插件。
```
# List of plugins
set -g @plugin 'tmux-plugins/tpm'
set -g @p…
-
### Neovim version (nvim -v | head -n1)
NVIM v0.10.0
### Operating system/version
macOS M1
### How to reproduce the issue
`cat mini.lua`
```lua
-- Use Vim packages install the plugin, also work…
-
I recently switched my zsh plugin manager to zplug which is a wonderful and fast plugin manager for zsh. It also allows pulling binaries or zsh files from other git repos and will allow us to include …