We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent afc734f commit 09ab9aeCopy full SHA for 09ab9ae
init.lua
@@ -181,7 +181,7 @@ vim.diagnostic.config {
181
182
-- Can switch between these as you prefer
183
virtual_text = true, -- Text shows up at the end of the line
184
- virtual_lines = false, -- Teest shows up underneath the line, with virtual lines
+ virtual_lines = false, -- Text shows up underneath the line, with virtual lines
185
186
-- Auto open the float, so you can easily read the errors when jumping with `[d` and `]d`
187
jump = { float = true },
0 commit comments