Skip to content

Commit e639129

Browse files
committed
chore: do not show preview window for "line" picker
1 parent 27e5950 commit e639129

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

denops/fall/_assets/default.custom.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -280,6 +280,9 @@ export const main: Entrypoint = (
280280
...builtin.action.defaultBufferActions,
281281
},
282282
defaultAction: "open",
283+
coordinator: builtin.coordinator.modern({
284+
hidePreview: true,
285+
}),
283286
});
284287

285288
definePickerFromSource(

0 commit comments

Comments
 (0)