Update plugin config for trouble
This commit is contained in:
parent
c15b1ae88f
commit
77dfaabaef
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user