2bf56c05dc
doc: Update documentation
...
- Moved docs to docs/ - All documentation files moved:
- docs/KEYMAPS.md - Complete keybinding reference(rewritten)
- docs/PLUGINS.md - Plugin list
- docs/NATIVE_AUTO_WRAPPER_GUIDE.md - Text wrapping guide
- docs/TELESCOPE_TO_SNACKS_MIGRATION.md - Migration notes
- docs/keyboard_mappings.md - QMK keyboard layout
- docs/CHANGELOG_OLD.md - Previous changelog archived
- Rewrote docs/KEYMAPS.md - Based on the actual current keymap files. Removed references to deleted plugins (flash, harpoon, dial, screenkey, persistence, LSPSaga). Updated LSP keymaps to reflect fzf-lua, DAP keymaps to reflect plugin-side registration, and added CopilotChat and g keymaps.
- Updated README.md - Fixed all doc links to docs/, removed harpoon/flash/dial/screenkey/persistence references, updated essential keymaps to current reality (fzf-lua for LSP, Snacks for navigation, <leader>dcr for debug, <leader>jd for dynamic attach), added Bun debug support mention.
- Created CHANGELOG.md at root with:
- 2026-02-10: Documentation restructure
- 2026-02-08: hlchunk, lspconfig, lualine, ufo fixes
- 2026-02-05: Major cleanup - 15+ plugins removed, core refactors, keymap rework, DAP/Copilot reorganization, fzf-lua migration for LSP
- 2026-01-13/15: Bug fixes and version bumps
- 2026-01-10: Previous changelog entries preserved
2026-02-10 12:49:09 -05:00
Carlos Gutierrez
cd817820ca
Refactor config: fix conflicts, add features, update docs
...
- Fix keymap conflicts: session (<leader>sS/sR), substitute (<leader>sl)
- Remove duplicate keymaps (window, resize) and options (synmaxcol, foldmethod)
- Add which-key group names for better keymap organization
- Add auto-format on save with smart filtering (conform.nvim)
- Add diagnostic float on hover (CursorHold)
- Add safe buffer close with unsaved changes confirmation
- Add quickfix/location list navigation keymaps
- Add startup config validation (nvim version, executables)
- Enable plugin update notifications in lazy.nvim
- Clean up: remove temporary files (kkk, cleanup script)
- Clean up: remove commented code and fix double function loading
- Update README.md with comprehensive documentation
- Add CHANGELOG.md tracking all changes
2026-01-10 22:13:59 -05:00