mirror of
https://codeberg.org/leana8959/.files.git
synced 2025-12-06 14:49:14 +00:00
Revert "nvim: show virtualtext diagnostic"
This reverts commit 9642130734.
This commit is contained in:
parent
07443c7ce2
commit
5c88497f0a
1 changed files with 1 additions and 1 deletions
|
|
@ -112,7 +112,7 @@ function vim.lsp.util.open_floating_preview(contents, syntax, opts, ...)
|
||||||
end
|
end
|
||||||
|
|
||||||
-- Diagnostic display configuration
|
-- Diagnostic display configuration
|
||||||
vim.diagnostic.config { virtual_text = true, severity_sort = true }
|
vim.diagnostic.config { virtual_text = false, severity_sort = true }
|
||||||
|
|
||||||
-- Set log level
|
-- Set log level
|
||||||
vim.lsp.set_log_level("off")
|
vim.lsp.set_log_level("off")
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue