disable diagnostic inline text by default to reduce distraction
This commit is contained in:
@ -2,7 +2,7 @@ local M = {}
|
||||
|
||||
M.setup = function()
|
||||
local config = {
|
||||
virtual_text = true,
|
||||
virtual_text = false,
|
||||
signs = {
|
||||
text = {
|
||||
[vim.diagnostic.severity.ERROR] = '',
|
||||
@ -12,7 +12,7 @@ M.setup = function()
|
||||
}
|
||||
},
|
||||
update_in_insert = true,
|
||||
underline = true,
|
||||
underline = false,
|
||||
severity_sort = true,
|
||||
float = {
|
||||
focusable = true,
|
||||
|
||||
Reference in New Issue
Block a user