From 8bb653876c38518e4befb496b78659e76ed7afee Mon Sep 17 00:00:00 2001 From: Folke Lemaitre Date: Tue, 11 Jun 2024 09:04:39 +0200 Subject: [PATCH] feat(fzf): better scrollbars --- lua/lazyvim/plugins/extras/editor/fzf.lua | 8 ++++++++ 1 file changed, 8 insertions(+) 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 = {