feat(fzf): better scrollbars
This commit is contained in:
@ -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 = {
|
||||||
|
Reference in New Issue
Block a user