mirror of
https://github.com/LazyVim/LazyVim.git
synced 2026-07-25 05:51:06 +00:00
Merge 2ac1a7a449 into 459a4c3b10
This commit is contained in:
commit
251f9c86a1
1 changed files with 1 additions and 0 deletions
|
|
@ -193,6 +193,7 @@ return {
|
||||||
opts = vim.tbl_deep_extend("force", fix(require("fzf-lua.profiles.default-title")), opts)
|
opts = vim.tbl_deep_extend("force", fix(require("fzf-lua.profiles.default-title")), opts)
|
||||||
opts[1] = nil
|
opts[1] = nil
|
||||||
end
|
end
|
||||||
|
opts.ui_select = nil
|
||||||
require("fzf-lua").setup(opts)
|
require("fzf-lua").setup(opts)
|
||||||
end,
|
end,
|
||||||
init = function()
|
init = function()
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue