nvim-config/lua/plugins/dressing.lua
2025-01-01 09:08:27 +05:30

18 lines
388 B
Lua

return {
{
"stevearc/dressing.nvim",
opts = {
select = {
enabled = true,
backend = {
"telescope",
"fzf",
"builtin",
"nui",
},
telescope = require("telescope.themes").get_ivy(),
},
},
},
}