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