Bring back old diagnostics, disable virtual line
This commit is contained in:
parent
8db7fef98b
commit
bfcc1e9720
1 changed files with 4 additions and 4 deletions
|
|
@ -29,11 +29,11 @@ local sev = vim.diagnostic.severity
|
|||
vim.diagnostic.config({
|
||||
underline = true,
|
||||
-- This enables the diagnostics at end of line
|
||||
-- virtual_text = {
|
||||
-- prefix = "●",
|
||||
-- },
|
||||
virtual_text = {
|
||||
prefix = "●",
|
||||
},
|
||||
-- This enables the separate buffer diagnostics
|
||||
virtual_lines = true,
|
||||
-- virtual_lines = true,
|
||||
update_in_insert = true,
|
||||
signs = {
|
||||
text = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue