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({
|
vim.diagnostic.config({
|
||||||
underline = true,
|
underline = true,
|
||||||
-- This enables the diagnostics at end of line
|
-- This enables the diagnostics at end of line
|
||||||
-- virtual_text = {
|
virtual_text = {
|
||||||
-- prefix = "●",
|
prefix = "●",
|
||||||
-- },
|
},
|
||||||
-- This enables the separate buffer diagnostics
|
-- This enables the separate buffer diagnostics
|
||||||
virtual_lines = true,
|
-- virtual_lines = true,
|
||||||
update_in_insert = true,
|
update_in_insert = true,
|
||||||
signs = {
|
signs = {
|
||||||
text = {
|
text = {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue