Closed llkkdb closed 2 months ago
I am getting this as well, reproduced with the same issue (also on WSL with the same nvim version). I worked past it for now by disabling statusline in init.lua.
It is most certainly due to using development version of Neovim 0.10. Updating to released 0.10 (or relatively late development build) will fix this.
I am getting this as well, reproduced with the same issue (also on WSL with the same nvim version). I worked past it for now by disabling statusline in init.lua.
comment out lines that contains stautsline in init.lua file just work fine.
comment out lines that contains stautsline in init.lua file just work fine.
Not using the code that produced issue will, of course, work. Same as not using severely outdated Neovim development version, which is arguably the better solution.
comment out lines that contains stautsline in init.lua file just work fine.
Not using the code that produced issue will, of course, work. Same as not using severely outdated Neovim development version, which is arguably the better solution.
Thx a lot. I followed your suggestion and worked out. It's a better suggestion, all the plugins working now. i just downloaded newer NEOVIM to fix it. 0.11
Is this still an issue? I can't repro on released 0.10 or 0.11
This is only an issue if using 0.10 development version not sufficiently late in its development cycle. This should not happen on released 0.10 and later.
Thank you. That's well outside our margin of support. Closing.
Describe the bug
Hi, I followed the WSL installation to install neovim and kickstart.nvim. Below is the error I have experienced.
To Reproduce
wsl --install wsl sudo add-apt-repository ppa:neovim-ppa/unstable -y sudo apt update sudo apt install make gcc ripgrep unzip git xclip neovim git clone https://github.com/nvim-lua/kickstart.nvim.git "${XDG_CONFIG_HOME:-$HOME/.config}"/nvim nvim
Desktop
Neovim Version
NVIM v0.10.0-dev Build type: RelWithDebInfo LuaJIT 2.1.0-beta3