nvim-lsp-notify icon indicating copy to clipboard operation
nvim-lsp-notify copied to clipboard

attempt to index local 'client' (a nil value)

Open ernieIzde8ski opened this issue 6 months ago • 0 comments

Sometimes when I'm writing programs (lately, with lua_ls) I run into this error.

Error executing vim.schedule lua callback: .../share/nvim/lazy/nvim-lsp-notify/lua/lsp-notify/init.lua:262: attempt to index local 'client' (a nil value)
stack traceback:
        .../share/nvim/lazy/nvim-lsp-notify/lua/lsp-notify/init.lua:262: in function 'fn'
        vim/_editor.lua:599: in function 'fn'
        vim/_editor.lua:351: in function <vim/_editor.lua:350>

Not sure how to debug further. Using latest commit 9541bdd. Running on Void Linux, Void 6.1.105_1 x86_64. Neovim version:

NVIM v0.10.1
Build type: None
LuaJIT 2.1.1720049189

ernieIzde8ski avatar Aug 23 '24 03:08 ernieIzde8ski