Update hiding LSP diagnostic virtual text

This commit is contained in:
Zach Zolton 2024-12-19 12:58:33 -05:00
parent 63fd9de653
commit 0b260b4b62
No known key found for this signature in database
1 changed files with 1 additions and 1 deletions

View File

@ -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,
})