feat(fzf): better scrollbars

This commit is contained in:
Folke Lemaitre
2024-06-11 09:04:39 +02:00
parent d1d24fa077
commit 8bb653876c

View File

@ -66,6 +66,14 @@ return {
return vim.tbl_deep_extend("force", opts, defaults, { return vim.tbl_deep_extend("force", opts, defaults, {
fzf_colors = true, fzf_colors = true,
fzf_opts = {
["--no-scrollbar"] = true,
},
winopts = {
preview = {
scrollchars = { "", "" },
},
},
files = { files = {
cwd_prompt = false, cwd_prompt = false,
actions = { actions = {