Enabled severity sort for diagnostics

This commit is contained in:
Dreaded_X 2024-04-16 06:03:59 +02:00
parent 54d4d8f058
commit da3b98c0fc
Signed by: Dreaded_X
GPG Key ID: FA5F485356B0D2D4

View File

@ -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 = {