Updated config

This commit is contained in:
Eduard Urbach 2023-10-20 15:55:21 +02:00
parent 3ef6b167dc
commit 07e063dffb
Signed by: eduard
GPG key ID: 49226B848C78F6C8
15 changed files with 63 additions and 79 deletions

View file

@ -0,0 +1,16 @@
return {
"folke/trouble.nvim",
event = "VeryLazy",
keys = {
{ "<leader>x", function() require("trouble").toggle() end, desc = "Show errors" },
},
dependencies = {
"nvim-tree/nvim-web-devicons",
},
opts = {
position = "right",
padding = false,
use_diagnostic_signs = true,
},
config = true,
}