Closed augustoolucas closed 1 year ago
No idea about the bug but illuminate has some changes on their new version I realised recently. You need to remove the illuminate.on_attach part in lsp/handler.lua
. Even if you don't delete it it may work but I saw problems with it eg. LSP being extremely slow.
its working in the lazy port https://github.com/LunarVim/nvim-basic-ide/tree/lazy
i guess use it
now it should work fine
@Rishabh672003 You should remove this line:
Hello there! The Illuminate plugin is not working for me. When I run
:IlluminateDebug
, I get the following output:I tried
:IlluminateResume/ResumeBuf/Toggle/ToggleBuf
but it didn't work either. Any ideas on what is causing this?