From 08a86093395a63ad9896fab9ce0ad1245c83886b Mon Sep 17 00:00:00 2001 From: Oscar Wallberg Date: Wed, 9 Apr 2025 02:41:08 +0200 Subject: [PATCH] feat: add config for diagnostic jump --- lua/lsp.lua | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/lua/lsp.lua b/lua/lsp.lua index 69f7716..ffeb321 100644 --- a/lua/lsp.lua +++ b/lua/lsp.lua @@ -129,6 +129,10 @@ local function setup_diagnostics() }, update_in_insert = false, severity_sort = true, + jump = { + float = true, + wrap = false, + }, }) end