1
0

Update plugin config for trouble

This commit is contained in:
Patrick Auernig 2024-08-10 17:30:25 +02:00
parent c15b1ae88f
commit 77dfaabaef

View File

@ -6,8 +6,12 @@ spec.dependencies = {
"nvim-tree/nvim-web-devicons",
}
spec.opts = {}
spec.cmd = "Trouble"
spec.keys = {
{ "<Leader>ct", "<cmd>TroubleToggle<CR>", desc = "Toggle trouble window" },
{ "<Leader>ct", "<cmd>Trouble diagnostics toggle<CR>", desc = "Toggle trouble window" },
}
return spec