Enabled severity sort for diagnostics
This commit is contained in:
parent
54d4d8f058
commit
da3b98c0fc
|
@ -34,6 +34,10 @@ return {
|
||||||
border = border,
|
border = border,
|
||||||
}
|
}
|
||||||
|
|
||||||
|
vim.diagnostic.config({
|
||||||
|
severity_sort = true,
|
||||||
|
})
|
||||||
|
|
||||||
-- Create the signs for diagnostic symbols
|
-- Create the signs for diagnostic symbols
|
||||||
local diagnostic = require("symbols.diagnostic")
|
local diagnostic = require("symbols.diagnostic")
|
||||||
local signs = {
|
local signs = {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user