inline error diagnostics
This commit is contained in:
@@ -22,7 +22,9 @@ vim.diagnostic.config({
|
||||
signs = true,
|
||||
underline = true,
|
||||
update_in_insert = false,
|
||||
virtual_text = false,
|
||||
virtual_text = {
|
||||
severity = vim.diagnostic.severity.ERROR,
|
||||
},
|
||||
float = {
|
||||
border = "rounded",
|
||||
source = "if_many",
|
||||
|
||||
Reference in New Issue
Block a user