ray-x / go.nvim

G'day Nvimer, Joyful Gopher: Discover the Feature-Rich Go Plugin for Neovim
MIT License
2.13k stars 124 forks source link

Latest changes break neovim #389

Closed lordvidex closed 1 year ago

lordvidex commented 1 year ago

Updated go.nvim plugin and i started getting the following error when i'm in insert mode when the LSP is on

Error executing vim.schedule lua callback: ...l/Cellar/neovim/0.9 .4/share/nvim/runtime/lua/vim/lsp.lua:2319: attempt to call upvalue 'handler' (a nil value) stack traceback: ...l/Cellar/neovim/0.9.4/share/nvim/runtime/lua/vim/lsp.lua:2319: in function 'handler' ...l/Cellar/neovim/0.9.4/share/nvim/runtime/lua/vim/lsp.lua:1056: in function '' vim/_editor.lua: in function <vim/_editor.lua:0>

ray-x commented 1 year ago

Could you check if the fix works for you?

lordvidex commented 1 year ago

Fixed