add select options

This commit is contained in:
2024-11-25 09:15:30 -05:00
parent 4c8649a5a1
commit 7ca281eaac
+17 -1
View File
@@ -31,6 +31,22 @@ return {
return conf return conf
end, end,
}, },
select = {}, select = {
enabled = true,
backend = { 'telescope', 'builtin', 'fzf_lua', 'fzf', 'nui' },
trim_prompt = true,
builtin = {
border = 'rounded',
relative = 'cursor',
mappings = {
['Esc'] = 'Close',
['q'] = 'Close',
['<CR>'] = 'Confirm',
},
},
override = function(conf)
return conf
end,
},
}, },
} }