1
0
Fork 0
mirror of https://github.com/pnx/dotfiles synced 2026-06-16 11:24:55 +02:00

nvim/lua/user/plugins/lsp.lua: remove debug output

This commit is contained in:
Henrik Hautakoski 2024-11-22 10:17:43 +01:00
parent cedb8fc257
commit 700b2aa5e5

View file

@ -108,7 +108,6 @@ return {
-- disable diagnostics
if server_opts.diagnostics == false then
client.server_capabilities.diagnosticProvider = false
vim.print(client.server_capabilities.diagnosticProvider)
end
-- disable hover