diff --git a/lua/keymaps.lua b/lua/keymaps.lua index bf51e42..2a2ca11 100644 --- a/lua/keymaps.lua +++ b/lua/keymaps.lua @@ -15,7 +15,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 },