Enable virtual lines for nicer error messages

This commit is contained in:
Simo Soini 2025-06-12 11:04:04 +03:00
parent b6bf66be6c
commit bda928c413
1 changed files with 3 additions and 0 deletions

View File

@ -673,6 +673,9 @@ require('lazy').setup({
return diagnostic_message[diagnostic.severity]
end,
},
virtual_lines = {
current_line = true,
},
}
-- LSP servers and clients are able to communicate to each other what features they support.