Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
18 commits
Select commit Hold shift + click to select a range
53d6525
feat: setup unified config with vim.pack keymaps and hostname detection
4rc0s May 10, 2026
2ccc030
chore: update plugin lockfile
4rc0s May 10, 2026
a2acfea
docs: create UNIFIED.md roadmap and workflow guide
4rc0s May 10, 2026
602ba71
refactor: transition to modular whipsmart.nvim architecture with pack…
4rc0s May 10, 2026
bc4df64
docs: finalize professional README.md for Whipsmart
4rc0s May 10, 2026
822be0f
chore: finalize README and lockfile after pack-manager installation
4rc0s May 10, 2026
64ff5eb
refactor: complete whipsmart.nvim rebrand and architecture cleanup
4rc0s May 10, 2026
1eddcab
fix: decouple Mason package names from lspconfig server names in lsp.lua
4rc0s May 10, 2026
e0d47d1
docs: document LSP server setup, correct plugin customization workflow
4rc0s May 10, 2026
9921eb2
docs: update README quick start and UNIFIED.md roadmap/architecture
4rc0s May 10, 2026
3e1b37a
docs: document pack-manager.nvim upstream for tracking improvements
4rc0s May 10, 2026
96c9d79
Add tau as a recognized machine
4rc0s May 10, 2026
8fbcb59
Switch blink.cmp fuzzy to prefer_rust implementation
4rc0s May 10, 2026
761f4a1
Add new machine onboarding step to README
4rc0s May 10, 2026
9ab7b3b
Port hecate config: language servers, formatters, treesitter parsers,…
4rc0s May 10, 2026
9489fbe
Replace hostname detection with gitignored lua/local.lua per-machine …
4rc0s May 10, 2026
262d652
Pin plugin versions after initial hecate install
4rc0s May 10, 2026
3ffc68c
feat: add markdown opt-in extra + fix local.lua load order
4rc0s May 10, 2026
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@ spell/
# nvim-pack-lock.json in version control - see :help vim.pack-lockfile
# For the official `nvim-lua/kickstart.nvim` git repository, we leave it ignored to avoid unneeded
# merge conflicts.
nvim-pack-lock.json
# nvim-pack-lock.json

.DS_Store

# Per-machine local overrides — each machine maintains its own copy, never committed.
# See lua/local.lua.example for available options.
lua/local.lua
Loading
Loading