package
Version:
v0.6.0
Opens a new window with list of versions in this module.
Published: Nov 6, 2025
License: MIT
Opens a new window with license information.
Imports: 19
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
New creates a new Helix plugin instance.
Mode enumerates known Helix modes. Underlying type is string to match TOML keys.
Unknown/custom modes are still representable as Mode values.
const (
HelixModeNormal Mode = "normal"
HelixModeInsert Mode = "insert"
HelixModeSelect Mode = "select"
)
Source Files
¶
Click to show internal directories.
Click to hide internal directories.