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:
parent
cedb8fc257
commit
700b2aa5e5
1 changed files with 0 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue