Commit Graph

3 Commits

Author SHA1 Message Date
Patrick Pagni e7c217a876 fix: restore lazy.nvim init.lua and apply stylua
Merge spliced upstream vim.pack rewrite into lazy.nvim config,
breaking init.lua parse. Restore branch version, reformat all
lua to satisfy stylua --check.
2026-06-24 17:45:59 +01:00
Patrick Pagni 09ca105117 feat(toggleterm): add Esc normal-mode mapping and lazygit float toggle
Esc in terminal buffers exits insert mode without the awkward C-\C-n chord.
lazygit float on <leader>tg avoids context-switching to a separate window.
2026-06-04 16:42:20 +01:00
Patrick Pagni 3c0b4bd1fc feat: add fugitive, toggleterm, trouble plugins; configure oil
- Add vim-fugitive, toggleterm, trouble.nvim lazy specs
- Configure oil.nvim with hidden file toggle, sort, and float keymap
- Add treesitter install callback for per-lang notifications
- Enable arrow-key training keymaps

Co-Authored-By: Claude Sonnet 4 <noreply@anthropic.com>
2026-06-04 16:27:06 +01:00