12 lines
233 B
Lua
12 lines
233 B
Lua
return {
|
|
{
|
|
'folke/trouble.nvim',
|
|
dependencies = { 'nvim-tree/nvim-web-devicons' },
|
|
opts = {
|
|
-- your configuration comes here
|
|
-- or leave it empty to use the default settings
|
|
lazy = true,
|
|
},
|
|
},
|
|
}
|