Skip to main content

Editor: Neovim

Neovim is the inline editor pane in the tmux workbench. Pickers and dashboards appear around it; editor-specific UI, such as :PackDashboard, stays inside Neovim.

Read path

SliceOwns
Architecture and sourcesource layout, installed target, quick start, customization entry points
PackDashboardbuilt-in vim.pack, version policy, risk/drift/orphan UI, operations
Language toolingtree-sitter, filetypes, LSP setup, chezmoi source jumps, prose formatting
Workflowskeymaps, search, git, local plugin entrypoints, IDE translation
Local pluginsin-repo Lua plugins for tests, git AI, ownership, refactors, tmux, quickfix, screenshots

What you get

  • Keyboard-first editing with discoverable keymaps.
  • Fast repo search through fzf-lua.
  • Tight JS/TS test loops in editor splits.
  • Git hunk, history, and diff ergonomics.
  • Local plugins for daily repo workflows.
  • Project-aware formatting: Oxfmt when declared, else Biome, else Prettier.
  • ESLint and Oxlint diagnostics together, with a single formatter to avoid conflicts.