feat: add config for diagnostic jump
This commit is contained in:
@@ -129,6 +129,10 @@ local function setup_diagnostics()
|
|||||||
},
|
},
|
||||||
update_in_insert = false,
|
update_in_insert = false,
|
||||||
severity_sort = true,
|
severity_sort = true,
|
||||||
|
jump = {
|
||||||
|
float = true,
|
||||||
|
wrap = false,
|
||||||
|
},
|
||||||
})
|
})
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user