Skip to content

Commit 09ab9ae

Browse files
committed
Fix typo
1 parent afc734f commit 09ab9ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

init.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ vim.diagnostic.config {
181181

182182
-- Can switch between these as you prefer
183183
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
184+
virtual_lines = false, -- Text shows up underneath the line, with virtual lines
185185

186186
-- Auto open the float, so you can easily read the errors when jumping with `[d` and `]d`
187187
jump = { float = true },

0 commit comments

Comments
 (0)