Added virtual lines for diagnostic errors

This commit is contained in:
Ruslan Rakhmanov 2025-05-08 11:23:24 +02:00
parent 38e05523b9
commit d8aa0e5ed4
1 changed files with 3 additions and 0 deletions

View File

@ -554,6 +554,9 @@ require('lazy').setup({
severity_sort = true,
float = { border = 'rounded', source = 'if_many' },
underline = { severity = vim.diagnostic.severity.ERROR },
virtual_lines = {
current_line = true,
},
signs = vim.g.have_nerd_font and {
text = {
[vim.diagnostic.severity.ERROR] = '󰅚 ',