Skip to content

Commit f2968f3

Browse files
committed
fix(telescope): hide fzf v0.66 gutter (closes #2400)
1 parent c102a4e commit f2968f3

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

lua/fzf-lua/profiles/telescope.lua

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,12 @@ end
88
return {
99
{ "default-title" }, -- base profile
1010
desc = "match telescope default highlights|keybinds",
11-
fzf_opts = { ["--layout"] = "default", ["--marker"] = "+", ["--cycle"] = true },
11+
fzf_opts = {
12+
["--layout"] = "default",
13+
["--marker"] = "+",
14+
["--gutter"] = " ",
15+
["--cycle"] = true
16+
},
1217
winopts = {
1318
width = 0.8,
1419
height = 0.9,

0 commit comments

Comments
 (0)