From dc87109b39618435b9025c8bcfa8bc3e439b4100 Mon Sep 17 00:00:00 2001 From: "Gustavo \"Guz\" L de Mello" Date: Mon, 26 May 2025 10:25:15 -0300 Subject: [PATCH] feat(lsp): open diagnostics with error severity by default --- lua/dot013/plugins/lsp.lua | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/lua/dot013/plugins/lsp.lua b/lua/dot013/plugins/lsp.lua index 830f03f..670ee64 100644 --- a/lua/dot013/plugins/lsp.lua +++ b/lua/dot013/plugins/lsp.lua @@ -95,12 +95,7 @@ return { keys = { { "t", - "Trouble diagnostics toggle filter.buf=0", - desc = "[Trouble] Buffer diagnostics", - }, - { - "te", - "Trouble diagnostics toggle filter.buf=0 severity=viimi.diagnostics.severity.ERROR", + "Trouble diagnostics toggle severity=vim.diagnostic.severity.ERROR", desc = "[Trouble] Buffer diagnostics", }, {