feat: remove obsolete nvim-illuminate lsp config

This commit is contained in:
Michael Mandl 2023-10-25 10:37:53 +02:00
parent 56bf157a60
commit 06405a5d47
Signed by: mandlm
GPG key ID: 4AA25D647AA54CC7

View file

@ -39,9 +39,6 @@ local on_attach = function(client, bufnr)
callback = format_buffer,
})
end
local illuminate = require("illuminate")
illuminate.on_attach(client)
end
local lsp_status = require("lsp-status")