feat: add Harpoon and Training mode plugins
- Add Harpoon for quick file navigation - Add Training mode for learning vim motions without crutches - Configure keymaps for both plugins - Add Nix integration for training mode toggle 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
parent
9e6b01e176
commit
161310a072
6 changed files with 446 additions and 0 deletions
|
|
@ -4,6 +4,9 @@
|
|||
vim.g.mapleader = ' '
|
||||
vim.g.maplocalleader = ' '
|
||||
|
||||
-- Load Nix-controlled settings if available
|
||||
pcall(require, 'nix-settings')
|
||||
|
||||
-- Place custom vim options here
|
||||
|
||||
-- Set based on your font installation
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue