Documentation
¶
Overview ¶
Package layouts is the built-in layout plugin. It ships only the minimal stock Zen layout as a public, forkable LayoutProvider plugin wired by the Default Config. Other layouts, including the default split layout seeded into the user's global config, prove that users can own layout arrangement through the same registry path as bundled plugins.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Plugin ¶
type Plugin struct{}
Plugin contributes the only bundled layout. `split` deliberately ships NOT here but as a user plugin — see the default config.go template — so the default two-pane experience flows through the kernel registry exactly like a user-authored override.
func (*Plugin) Layouts ¶
func (*Plugin) Layouts() []capabilities.Layout
Click to show internal directories.
Click to hide internal directories.