Update hiding LSP diagnostic virtual text

pull/1456/head
Zach Zolton 6 months ago
parent 63fd9de653
commit 0b260b4b62
No known key found for this signature in database

@ -1335,7 +1335,7 @@ local on_attach = function(_, bufnr)
end, '[W]orkspace [L]ist Folders')
-- Don't show diagnostics inline
vim.lsp.handlers['textDocument/publishDiagnostics'] = vim.lsp.with(vim.lsp.diagnostic.on_publish_diagnostics, {
vim.diagnostic.config({
virtual_text = false,
})

Loading…
Cancel
Save