Builtin Plugin Catalog
Help query: "What plugins ship with Volt?" / "Where is the calculator plugin docs?"
Each builtin feature package has its own documentation page describing what it does, commands, and keybindings. Language packages (lang-*) are covered under Add a language.
Feature plugins
| Package | What it is | Docs |
|---|---|---|
acp | Agent Client Protocol clients, sessions, dock | ACP Plugin |
autocomplete | Provider-backed insert completions | Autocomplete Plugin |
browser | Embedded browser buffers, tabs, bookmarks, dock | Browser Plugin |
buffer | Save, close, wrap file buffers | Buffer Plugin |
calculator | Expression evaluator Input/Output buffer | Calculator Plugin |
compile | Workspace build, recompile, reload user lib | Compile Plugin |
dap | Debug Adapter Protocol sessions | DAP Plugin |
db | Database connections, SQL, schema, dashboard | DB Plugin |
git | Magit-style status/commit/diff/log buffers | Git Plugin |
help | Docs question prompt → search in browser split | Help Plugin |
hover | Cursor hover overlay + providers | Hover Plugin |
image | Native image zoom / SVG mode | Image Plugin |
interactive | Interactive readonly/input buffers | Interactive Plugin |
issues | Workspace Issue Store board & capture | Issues Plugin |
lsp | Language servers, navigation, diagnostics | LSP Plugin |
multicursor | Multi-cursor match selections | Multicursor Plugin |
oil | oil.nvim-style directory buffers | Oil Plugin |
pane | Splits and pane layout | Pane Plugin |
pdf | Native PDF navigation/editing | PDF Plugin |
picker | Fuzzy pickers + quickfix | Picker Plugin |
rainbow-parens | Depth-colored delimiter highlights | Rainbow Parens Plugin |
show-paren | Matching delimiter / tag highlight | Show Paren Plugin |
terminal | Builtin terminal buffers | Terminal Plugin |
treesitter | Grammar install / recompile | Tree-sitter Plugin |
undotree | Undo history picker | Undotree Plugin |
vim | Modal editing + Space leader map | Vim Plugin |
workspace | Workspaces, search, marks, format | Workspace Plugin |
workspace-dock | Vertical open-workspace dock | Workspace Dock Plugin |
Supporting modules (not packages)
These shape the editor but are not PluginPackage entries in packages():
| Module | Role |
|---|---|
user/config.rs | YAML load path |
user/theme.rs | Theme registry / default id |
user/statusline.rs | Statusline rendering |
user/keymap.rs | Extra keymap wiring |
user/ligatures.rs | Ligatures (YAML-backed) |