From 09ab9ae2656d03d10bbd44fb7dceb7547e6ac576 Mon Sep 17 00:00:00 2001 From: Ori Perry Date: Fri, 27 Feb 2026 20:55:53 +0200 Subject: [PATCH] Fix typo --- init.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init.lua b/init.lua index 0d01c598..956c27b2 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 },