mirror of
https://github.com/tomru/nvim.git
synced 2026-03-03 22:47:18 +01:00
10 lines
225 B
Lua
10 lines
225 B
Lua
return {
|
|
'folke/trouble.nvim',
|
|
dependencies = { 'nvim-tree/nvim-web-devicons' },
|
|
opts = {},
|
|
cmd = 'Trouble',
|
|
keys = {
|
|
{ '<leader>d', '<cmd>Trouble diagnostics toggle<cr>', desc = 'diagnostic quickfix' },
|
|
},
|
|
}
|