mirror of
https://github.com/LazyVim/LazyVim.git
synced 2025-06-22 08:53:33 +02:00
feat(fzf): better scrollbars
This commit is contained in:
parent
d1d24fa077
commit
8bb653876c
1 changed files with 8 additions and 0 deletions
|
@ -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 = {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue