parent
0087ad7f7d
commit
89dd7a5a5d
|
@ -54,6 +54,9 @@ Configure dressing.nvim by calling the setup() function.
|
|||
-- Priority list of preferred vim.select implementations
|
||||
backend = { "telescope", "fzf_lua", "fzf", "builtin", "nui" },
|
||||
|
||||
-- Trim trailing `:` from prompt
|
||||
trim_prompt = true,
|
||||
|
||||
-- Options for telescope selector
|
||||
-- These are passed into the telescope picker directly. Can be used like:
|
||||
-- telescope = require('telescope.themes').get_ivy({...})
|
||||
|
|
Loading…
Reference in New Issue