Skip to content

VimOptionConfig

Unofficial

Configuration deciding which copy of an option is read or written.

Import:

import type { VimOptionConfig } from '@obsidian-typings/obsidian-public-latest';

Signature:

export interface VimOptionConfig

Properties

PropertyTypeDescription
scope?VimOptionScopeWhich copy of the option to address. Omitted lets the editor argument decide.