Enable virtual lines for nicer error messages
This commit is contained in:
parent
b6bf66be6c
commit
bda928c413
3
init.lua
3
init.lua
|
|
@ -673,6 +673,9 @@ require('lazy').setup({
|
||||||
return diagnostic_message[diagnostic.severity]
|
return diagnostic_message[diagnostic.severity]
|
||||||
end,
|
end,
|
||||||
},
|
},
|
||||||
|
virtual_lines = {
|
||||||
|
current_line = true,
|
||||||
|
},
|
||||||
}
|
}
|
||||||
|
|
||||||
-- LSP servers and clients are able to communicate to each other what features they support.
|
-- LSP servers and clients are able to communicate to each other what features they support.
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue