Commit Graph

6 Commits

Author SHA1 Message Date
Geoff Cheshire 9489fbefa9 Replace hostname detection with gitignored lua/local.lua per-machine overrides
- init.lua: swap hostname if/elseif block for pcall(require, 'local')
- .gitignore: add lua/local.lua
- lua/local.lua.example: documented template (font, colorscheme, paths, opt-in extras)
- UNIFIED.md: update Machine Detection section and roadmap
2026-05-10 15:56:54 -04:00
Geoff Cheshire 96c9d7929f Add tau as a recognized machine
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-05-10 15:12:11 -04:00
Geoff Cheshire 3e1b37a87e docs: document pack-manager.nvim upstream for tracking improvements
pack-manager.nvim is the UI layer over vim.pack and the most significant
third-party dependency. Added to UNIFIED.md with repo link, rationale,
and the workflow for picking up upstream improvements via the lockfile.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-05-10 14:12:12 -04:00
Geoff Cheshire 9921eb22a4 docs: update README quick start and UNIFIED.md roadmap/architecture
README:
- Add :checkhealth whipsmart step to Quick Start flow

UNIFIED.md:
- Update module list to match explicit load order in init.lua
- Document lua/whipsmart/plugins/ opt-in extras and how to enable them
- Tick off completed roadmap items from the rebrand/cleanup session
- Replace stale kickstart.nvim upstream sync instructions with a note
  that the project has diverged and upstream syncing no longer applies

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-05-10 13:55:37 -04:00
Geoff Cheshire 602ba7159c refactor: transition to modular whipsmart.nvim architecture with pack-manager 2026-05-10 13:27:32 -04:00
Geoff Cheshire a2acfea79e docs: create UNIFIED.md roadmap and workflow guide 2026-05-10 11:45:02 -04:00