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 = {
|
||||
-- TODO: add more keymaps
|
||||
{
|
||||
"<leader>qq",
|
||||
"<cmd>Trouble diagnostics toggle<cr>",
|
||||
desc = "Diagnostics (Trouble)",
|
||||
},
|
||||
{
|
||||
"<leader>qq",
|
||||
"<cmd>Trouble diagnostics toggle focus=true<cr>",
|
||||
"<leader>q",
|
||||
"<cmd>Trouble diagnostics toggle filter.buf=0 focus=true<cr>",
|
||||
desc = "Diagnostics (Trouble)",
|
||||
},
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue