starter/lua/plugins/trouble.lua

12 lines
231 B
Lua
Raw Normal View History

2024-02-18 11:11:59 +08:00
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 },
}