mirror of
https://github.com/LazyVim/LazyVim.git
synced 2025-06-22 00:49:03 +02:00
style: cleanup trouble
This commit is contained in:
parent
eeccbbc407
commit
239fb90ce2
1 changed files with 2 additions and 2 deletions
|
@ -236,8 +236,8 @@ return {
|
|||
-- better diagnostics list and others
|
||||
{
|
||||
"folke/trouble.nvim",
|
||||
cmd = { "TroubleToggle", "Trouble" },
|
||||
opts = { use_diagnostic_signs = true },
|
||||
cmd = { "Trouble" },
|
||||
opts = {},
|
||||
keys = {
|
||||
{ "<leader>xx", "<cmd>Trouble diagnostics toggle<cr>", desc = "Diagnostics (Trouble)" },
|
||||
{ "<leader>xX", "<cmd>Trouble diagnostics toggle filter.buf=0<cr>", desc = "Buffer Diagnostics (Trouble)" },
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue