mirror of https://github.com/LazyVim/starter
12 lines
231 B
Lua
12 lines
231 B
Lua
|
return {
|
||
|
-- change trouble config
|
||
|
{
|
||
|
"folke/trouble.nvim",
|
||
|
-- opts will be merged with the parent spec
|
||
|
opts = { use_diagnostic_signs = true },
|
||
|
},
|
||
|
|
||
|
-- disable trouble
|
||
|
{ "folke/trouble.nvim", enabled = true },
|
||
|
}
|