Files
dotfiles/nvim/.config/nvim/lua/vxclutch/lazy/trouble.lua
2025-05-01 20:48:15 -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)",
},
},
}