diff --git a/lua/lazyvim/plugins/extras/editor/fzf.lua b/lua/lazyvim/plugins/extras/editor/fzf.lua index 5ed940b2..31ffc1ec 100644 --- a/lua/lazyvim/plugins/extras/editor/fzf.lua +++ b/lua/lazyvim/plugins/extras/editor/fzf.lua @@ -66,6 +66,14 @@ return { return vim.tbl_deep_extend("force", opts, defaults, { fzf_colors = true, + fzf_opts = { + ["--no-scrollbar"] = true, + }, + winopts = { + preview = { + scrollchars = { "┃", "" }, + }, + }, files = { cwd_prompt = false, actions = {