Closed l00sed closed 1 year ago
You dont seem to be running the latest Neovim version. At least I suspect your runtime is messed up.
The error you're seeing is for executing vim.cmd.colorscheme
. That does exist.
Oh my, that was it. Thank you very much. Hope this can help someone else.
@folke I got the same issue using the 0.8 version with LuaJIT enabled.
After updating neovim, it worked.
It would be nice to add a fallback for that logic. I got the error on here.
Update your nvim to 0.8 proper. You are currently running a dev build which is somewhere in between 0.7 and 0.8.
@lewis6991 it worked, thanks!
@lewis6991 thanks 🙂
:checkhealth lazy
plugins.lua
init.lua
Strange because everything seems to be working when I copied the config to another computer (MacBook Pro M1), but on my Linux laptop I'm getting this error every time. Also
:Lazy
returnsE492: Not an editor command: Lazy
.I've deleted the
~/.local/share/nvim/lazy/
folder and tried to run everything from scratch again. It gets created each time, but something else is preventing it from loading...