diff --git a/src/keybindings/schema.ts b/src/keybindings/schema.ts index 3e61d63..aaf5c36 100644 --- a/src/keybindings/schema.ts +++ b/src/keybindings/schema.ts @@ -234,3 +234,4 @@ export const KeybindingsSchema = lazySchema(() => export type KeybindingsSchemaType = z.infer< ReturnType > +