Skip to content

Commit d7217d9

Browse files
committed
feat: hide preview window in action picker
1 parent 960a1dd commit d7217d9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

denops/fall/config/action_picker.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ import { getGlobalConfig } from "./global_config.ts";
1212
const actionPickerParams: ActionPickerParams = {
1313
matchers: [fzfMatcher()],
1414
coordinator: modernCoordinator({
15+
hidePreview: true,
1516
widthRatio: 0.4,
1617
heightRatio: 0.4,
1718
}),

0 commit comments

Comments
 (0)