dot/.config/nvim/lua/plugins/trouble.lua
2023-08-29 20:07:23 +02:00

7 lines
101 B
Lua

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