kickstart.nvim/lua/custom/plugins/trouble.lua

10 lines
228 B
Lua
Raw Normal View History

2023-12-28 12:35:30 -05:00
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
},
}