mirror of
https://github.com/pratiktri/dotfiles.git
synced 2026-02-04 16:41:43 +05:30
9 lines
136 B
Lua
9 lines
136 B
Lua
return {
|
|
{
|
|
"folke/trouble.nvim",
|
|
config = function ()
|
|
require("trouble").setup({})
|
|
end
|
|
},
|
|
}
|