Commit graph

8 commits

Author SHA1 Message Date
05d7694fa6 fix(neovim): let mason own lsp tools 2026-04-30 13:16:27 -04:00
42c9fbc6e1 fix(neovim): support mason tools on nixos 2026-04-30 11:01:06 -04:00
a184bd35ee remove opencode 2026-04-27 17:26:00 -04:00
9aa7b21828 bump pi config submodule 2026-04-27 17:22:08 -04:00
1ca2e5a512 add pi coding agent module
Manages `~/.pi/agent` config via the itme-brain/pi submodule and
provides nodejs_20 with NPM_CONFIG_PREFIX=~/.npm-global so pi and its
extensions install via the global npm ecosystem.

Pi itself and extensions like pi-mcp-adapter are installed manually
via `npm install -g` rather than packaged through nix — the ecosystem
moves too fast to keep derivations current.
2026-04-27 16:55:26 -04:00
35dc868264 feat: add dotfile repos as proper git submodules 2026-04-15 21:12:10 -04:00
2779aed365 chore: unstage incorrectly tracked submodule contents
Remove files that were committed as regular tracked files instead of
as git submodule references. Submodules will be re-added properly.
2026-04-15 21:11:55 -04:00
864c69fe61 init 2026-04-15 20:58:07 -04:00