error-lens.nvim icon indicating copy to clipboard operation
error-lens.nvim copied to clipboard

Error executing lua on ErrorLensTelescope

Open Geertsky opened this issue 4 months ago • 0 comments

Hello! I'm encountering a problem I cannot seem to debug... Could you please have a look? When I issue :ErrorLensTelescope I get the following error:

E5108: Error executing lua ...e/nvim/lazy/error-lens.nvim/lua/error-lens/telescope.lua:45: attempt to index local 'sign_info' (a nil value)                                                                                                                                       
stack traceback:                                                                                                                                                                                                                                                                  
        ...e/nvim/lazy/error-lens.nvim/lua/error-lens/telescope.lua:45: in function 'preprocess_diagnostics'                                                                                                                                                                      
        ...e/nvim/lazy/error-lens.nvim/lua/error-lens/telescope.lua:107: in function 'show_diagnostics'                                                                                                                                                                           
        [string ":lua"]:1: in main chunk

Geertsky avatar Sep 30 '24 08:09 Geertsky