josean-dev / dev-environment-files

2.63k stars 740 forks source link

lspsaga - Lspsaga show_cursor_diagostics error #28

Closed lukelarsen closed 1 year ago

lukelarsen commented 1 year ago

This very well could be me doing something wrong but I can't see where my setup is different from this one. Even when I clone this repo I get the same error. I place my cursor over an error on the page and press <leader>d and I get this error.

Error executing Lua callback: ...e/pack/packer/start/lspsaga.nvim/lua/lspsaga/command.lua:62: attempt to call a nil value
stack traceback:
        ...e/pack/packer/start/lspsaga.nvim/lua/lspsaga/command.lua:62: in function 'load_command'
        ...m/site/pack/packer/start/lspsaga.nvim/plugin/lspsaga.lua:8: in function <...m/site/pack/packer/start/lspsaga.nvim/plugin/lspsaga.lua:7>
lukelarsen commented 1 year ago

I took out all the lspsaga stuff and then applied it all again little by little and it works this time. Must have been some bad typo or something on my end.