Skip to content

Commit 99037db

Browse files
committed
fix: do not show preview window in action picker
1 parent c3e0cc0 commit 99037db

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

denops/fall/config.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ const defaultActionPickerParams: ActionPickerParams = {
2828
coordinator: modern({
2929
widthRatio: 0.4,
3030
heightRatio: 0.4,
31+
hidePreview: true,
3132
}),
3233
};
3334
let actionPickerParams = { ...defaultActionPickerParams };

0 commit comments

Comments
 (0)