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 VimOptionConfigProperties
| Property | Type | Description | |
|---|---|---|---|
| scope? | VimOptionScope | Which copy of the option to address. Omitted lets the editor argument decide. |