-
Notifications
You must be signed in to change notification settings - Fork 122
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
E492: Not an editor command: VimBeGood #122
Comments
From the error, I would assume that you need a neovim version of 0.5 or above, as warned in the README (https://github.com/ThePrimeagen/vim-be-good#must-use-neovim-5x). Check the official nvim instructions on how to install a newer version: Let me know if that worked! |
Hi, I think I encountered the same issue as OP.
➜ ~ nvim -v
NVIM v0.8.3
Build type: Release
LuaJIT 2.1.0-beta3
Compiled by runner@fv-az183-550
Features: +acl +iconv +tui
See ":help feature-compile"
system vimrc file: "$VIM/sysinit.vim"
fall-back for $VIM: "/share/nvim"
Run :checkhealth for more info Where we can see that I have a greater version than But at boot time of nvim, I got the following error :
Which, of course, give me the same error as OP : In case it matters, this is my
|
I ran into this issue as well, {
"thePrimeagen/vim-be-good",
cmd = "VimBeGood",
config = function()
require("VimBeGood").setup {}
end,
}, |
Also using Lazy, nothing seems so solve the issue, unfortunately. |
For those using Lazy, you can load it by disabling lazy loading:
|
Bro you literally the life saver, thx a a lot! |
It worked for me too, thank you! I just needed to make a change in order for Lazy to recognize the plugin. In my case I also needed to include this code in the lazy folder where I made a vimbegood.lua file and made a config like this: return { I tried to make my lazy config like Prime's from his neovim config series on the Vimeagen channel and put the code above without the return in lazy_init.lua. |
You are the real hero man, I met a similar problem with code_runner.nvim, and I got it fixed under your guidance. |
Installation of plugin went through fine but unable to run the plugin.
After installation everytime I open a file in vim I see this error from plugin
:checkhealth returns
Is there any way to resolve this? I am using the Linux subsystem in windows btw.
The text was updated successfully, but these errors were encountered: