mirror of
https://github.com/pnx/dotfiles
synced 2026-06-18 20:10:03 +02:00
nvim/lua/user/plugins/lsp.lua: remove debug output
This commit is contained in:
parent
cedb8fc257
commit
700b2aa5e5
1 changed files with 0 additions and 1 deletions
|
|
@ -108,7 +108,6 @@ return {
|
||||||
-- disable diagnostics
|
-- disable diagnostics
|
||||||
if server_opts.diagnostics == false then
|
if server_opts.diagnostics == false then
|
||||||
client.server_capabilities.diagnosticProvider = false
|
client.server_capabilities.diagnosticProvider = false
|
||||||
vim.print(client.server_capabilities.diagnosticProvider)
|
|
||||||
end
|
end
|
||||||
|
|
||||||
-- disable hover
|
-- disable hover
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue