fix: ensure trouble window shows again after upgrade
This commit is contained in:
parent
6efa39d8cd
commit
735068e22b
1 changed files with 2 additions and 7 deletions
|
|
@ -10,13 +10,8 @@ return {
|
||||||
keys = {
|
keys = {
|
||||||
-- TODO: add more keymaps
|
-- TODO: add more keymaps
|
||||||
{
|
{
|
||||||
"<leader>qq",
|
"<leader>q",
|
||||||
"<cmd>Trouble diagnostics toggle<cr>",
|
"<cmd>Trouble diagnostics toggle filter.buf=0 focus=true<cr>",
|
||||||
desc = "Diagnostics (Trouble)",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"<leader>qq",
|
|
||||||
"<cmd>Trouble diagnostics toggle focus=true<cr>",
|
|
||||||
desc = "Diagnostics (Trouble)",
|
desc = "Diagnostics (Trouble)",
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue