This commit is contained in:
Instant Name 2026-06-02 16:48:48 +03:00 committed by GitHub
commit 3b878caa79
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 3 additions and 1 deletions

View file

@ -127,7 +127,6 @@ local diagnostic_goto = function(next, severity)
vim.diagnostic.jump({
count = (next and 1 or -1) * vim.v.count1,
severity = severity and vim.diagnostic.severity[severity] or nil,
float = true,
})
end
end

View file

@ -32,6 +32,9 @@ return {
[vim.diagnostic.severity.INFO] = LazyVim.config.icons.diagnostics.Info,
},
},
jump = {
float = true,
},
},
-- Enable this to enable the builtin LSP inlay hints on Neovim.
-- Be aware that you also will need to properly configure your LSP server to