Files
dotfiles/nvim/bak.config/nvim/lua/vxclutch/lazy/trouble.lua
vx-clutch e454117fd7 save
2025-07-21 11:59:08 -04:00

13 lines
258 B
Lua

return {
"folke/trouble.nvim",
opts = {}, -- for default options, refer to the configuration section for custom setup.
cmd = "Trouble",
keys = {
{
"<leader>xx",
"<cmd>Trouble diagnostics toggle<cr>",
desc = "Diagnostics (Trouble)",
},
},
}