add select options
This commit is contained in:
@@ -31,6 +31,22 @@ return {
|
||||
return conf
|
||||
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,
|
||||
},
|
||||
},
|
||||
}
|
||||
Reference in New Issue
Block a user