Skip to content

Commit d2fa4fc

Browse files
phanenibhagwan
authored andcommitted
fix(skim): skim don't support --ellipsis (fix #2559)
1 parent a3508e8 commit d2fa4fc

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

lua/fzf-lua/config.lua

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -779,6 +779,7 @@ function M.normalize_opts(opts, globals, __resume_key) ---@diagnostic disable
779779
["--highlight-line"] = false,
780780
["--gutter"] = false,
781781
["--border-label"] = false,
782+
["--ellipsis"] = true,
782783
}
783784
},
784785
}

0 commit comments

Comments
 (0)