dotfiles/.config/nvim/lua/plugins/trouble.lua
2023-04-19 18:26:23 +02:00

8 lines
165 B
Lua

return {
-- change trouble config
{
"folke/trouble.nvim",
-- opts will be merged with the parent spec
opts = { use_diagnostic_signs = true },
},
}