dot/.config/nvim/lua/plugins/trouble.lua

8 lines
101 B
Lua
Raw Normal View History

2023-08-29 20:07:23 +02:00
return {
{
"folke/trouble.nvim",
-- opts will be merged with the parent spec
opts = {},
},
}