From b337862ec7bb20f676f092b54b81fddcdd005de6 Mon Sep 17 00:00:00 2001 From: sandyspiers Date: Wed, 28 Jan 2026 19:28:54 +0800 Subject: [PATCH] fix typo --- init.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init.lua b/init.lua index d5ae6dc9b2a..7a5754682ce 100644 --- a/init.lua +++ b/init.lua @@ -181,7 +181,7 @@ vim.diagnostic.config { -- Can switch between these as you prefer virtual_text = true, -- Text shows up at the end of the line - virtual_lines = false, -- Teest shows up underneath the line, with virtual lines + virtual_lines = false, -- Text shows up underneath the line, with virtual lines -- Auto open the float, so you can easily read the errors when jumping with `[d` and `]d` jump = { float = true },