home: vim: rely on built-in diagnostic jump config
This reduces the surface area of my configuration.
This commit is contained in:
parent
2583cc6c12
commit
36aa641ec0
3 changed files with 8 additions and 38 deletions
|
|
@ -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...
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue