nvim-config/lua/custom/plugins/trouble.lua
2024-02-13 23:12:50 +01:00

9 lines
241 B
Lua

return {
"folke/trouble.nvim",
dependencies = { "nvim-tree/nvim-web-devicons" },
opts = {
-- your configuration comes here
-- or leave it empty to use the default settings
-- refer to the configuration section below
},
}