home: vim: rely on built-in diagnostic jump config

This reduces the surface area of my configuration.
This commit is contained in:
Bruno BELANYI 2025-04-03 21:23:30 +01:00
parent 2583cc6c12
commit 36aa641ec0
3 changed files with 8 additions and 38 deletions

View file

@ -16,6 +16,10 @@ vim.diagnostic.config({
update_in_insert = false,
-- Show highest severity first
severity_sort = true,
jump = {
-- Show float on diagnostic jumps
float = true,
},
})
-- Inform servers we are able to do completion, snippets, etc...