Disable diagnostic virtual text
This commit is contained in:
parent
9fe0080511
commit
b6f2920768
1 changed files with 1 additions and 1 deletions
|
@ -82,7 +82,7 @@ local function lsp_handlers()
|
|||
},
|
||||
|
||||
diagnostic = {
|
||||
virtual_text = { severity = vim.diagnostic.severity.ERROR },
|
||||
virtual_text = false,
|
||||
signs = {
|
||||
active = signs,
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue