release: HyperFix.nvim v2.0.0 - #4
Conversation
Significant upgrade focused on minimalism and mnemonic speed: - Integrated sidekick.nvim (NES + AI CLI) replacing amp-ai. - Reorganized entire keybinding system into intuitive mnemonic groups. - Implemented 'double-tap' logic for high-frequency actions. - Slimmed down config by removing redundant plugins (DAP, Trouble, Grug-Far). - Standardized project name and ADHD-friendly documentation. - Enhanced Legend of Zelda thematic visual anchors.
Review Summary by QodoHyperFix.nvim v2.0.0: Minimalist redesign with sidekick.nvim integration
WalkthroughsDescription• Renamed project to HyperFix.nvim with standardized branding • Replaced amp-ai with sidekick.nvim for modern AI integration • Reorganized keybindings into intuitive mnemonic groups • Implemented double-tap logic for high-frequency actions • Removed redundant plugins (DAP, Trouble, Grug-Far) • Cleaned up documentation and removed legacy files Diagramflowchart LR
A["amp-ai plugin"] -->|replaced| B["sidekick.nvim + copilot.lua"]
C["Legacy keymaps<br/>with brackets"] -->|reorganized| D["Mnemonic groups<br/>double-tap logic"]
E["DAP, Trouble,<br/>Grug-Far plugins"] -->|removed| F["Focused config"]
G["AGENTS.md,<br/>KEYMAPS.md"] -->|deleted| H["Streamlined docs"]
B --> I["HyperFix.nvim v2.0.0"]
D --> I
F --> I
H --> I
File Changes2. lua/config/keymaps.lua
|
Code Review by Qodo
1. <leader>qd keymap collision
|
There was a problem hiding this comment.
Code Review
This pull request rebrands the project to HyperFix.nvim and introduces version 2.0.0, featuring a significant overhaul of the AI integration and keybinding system. The legacy amp-ai has been replaced with sidekick.nvim and copilot.lua, while several plugins like nvim-dap, trouble.nvim, and grug-far.nvim were removed to simplify the setup. Keybindings have been reorganized into mnemonic groups with new double-tap logic for common actions. Feedback suggests improving the plugin specification by moving copilot.lua into the dependencies of sidekick.nvim and generalizing configuration comments to make the template more accessible to a broader audience.
Significant upgrade focused on minimalism and mnemonic speed: