folke / lazy.nvim

💤 A modern plugin manager for Neovim
https://lazy.folke.io/
Apache License 2.0
13.99k stars 337 forks source link

bug: plugin error #1719

Closed TheRealKraytonian closed 1 week ago

TheRealKraytonian commented 3 weeks ago

Did you check docs and existing issues?

Neovim version (nvim -v)

v0.9.5

Operating system/version

Windows 10/22H2

Describe the bug

image Error executing luv callback: ...neovim/nvim-win64/share/nvim/runtime/lua/vim/lsp/rpc.lua:389: attempt to index local 'decoded' (a nil value) stack traceback: ...neovim/nvim-win64/share/nvim/runtime/lua/vim/lsp/rpc.lua:389: in function 'handle_body' ...neovim/nvim-win64/share/nvim/runtime/lua/vim/lsp/rpc.lua:739: in function 'handle_body' ...neovim/nvim-win64/share/nvim/runtime/lua/vim/lsp/rpc.lua:263: in function <...neovim/nvim-win64/share/nvim/runtime/lua/vim/lsp/rpc.lua:247>

Steps To Reproduce

  1. open the terminal
  2. locate folder
  3. type nvim the enter
  4. navigate to a file
  5. error happens

Expected Behavior

I dont want to get that error I want it removed

Repro

vim.env.LAZY_STDPATH = ".repro"
load(vim.fn.system("curl -s https://raw.githubusercontent.com/folke/lazy.nvim/main/bootstrap.lua"))()

require("lazy.minit").repro({
  spec = {
    -- add any other plugins here
  },
})
b0ae989c commented 3 weeks ago

This is an upstream issue. It should be fixed by https://github.com/neovim/neovim/pull/29196.