1f747a12ea
fixing configuration to change the windows
2026-01-13 22:07:26 -05:00
75451e120e
fixing configs
2026-01-13 19:16:25 -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
Carlos Gutierrez
0066ac1441
Fix keymap conflicts and add improvements
...
- Fix duplicate git conflict keymaps (centralized in gitconflict.lua)
- Fix duplicate Copilot keymaps (centralized in copilot.lua)
- Change insert mode escape from 'jk' to 'jj' to avoid typing conflicts
- Add word counter to statusline (lualine)
- Disable Copilot by default for .tex files
- Remove textwidth limits for visual wrapping based on window width
- Add comprehensive improvements documentation (IMPROVEMENTS.md)
- Update README with links to documentation
2026-01-10 16:31:17 -05:00
Carlos Gutierrez
97795e90b3
updating libraries 💥
2026-01-10 14:40:04 -05:00
Carlos Gutierrez
bf573ef961
updating packages
2025-10-22 21:58:30 -04:00
cg8936
3cf01cefbd
adding node 18 and updating the scripts
2025-08-05 09:12:58 -04:00
Carlos
a7f6d3067b
feat: restructure keymaps and fix Lua configuration
...
- Restructure keymaps into modular folder system
- Create keymaps/ folder with organized files
- Separate keymaps by category (general, personal, lsp, telescope, plugins)
- Auto-loading system for better maintainability
- Fix Lua configuration issues
- Add compatibility layer for deprecated APIs
- Fix snacks.nvim configuration
- Disable latex support in render-markdown
- Improve LSP configuration
- Enhance function navigation
- Restore and improve LSP keymaps
- Add comprehensive Telescope integration
- Fix conflicting keymaps
- Improve overall Neovim setup
- Better options configuration
- Enhanced plugin configurations
- Cleaner code organization
2025-07-28 22:56:56 -04:00