Commit Graph

16 Commits

Author SHA1 Message Date
06dbe4d892 chore: remove local/unused plugins and refactor core configs
- Remove locally-developed or rarely-used plugin packages (codetyper, curls, edgy, flash) to reduce maintenance surface, external deps, and startup cost; these were local/optional and caused complexity.
- Clean up stale/keymap docs and small duplicate or experimental files (keymaps/README.md, sudoku keymaps).
- Apply targeted refactors to core modules for readability, robustness, and to align Java/DAP/Copilot integrations with local environment.
- Removed plugin modules:
  - lua/cargdev/plugins/codetyper.lua (deleted)
  - lua/cargdev/plugins/curls.lua (deleted)
  - lua/cargdev/plugins/edgy.lua (deleted)
  - lua/cargdev/plugins/flash.lua (deleted)
  - Added .codetyper to .gitignore
- Java / JDTLS:
  - ftplugin/java.lua: pin jdtls java executable to JDK 25, switch to mac_arm config, enable LSP formatter and declare multiple runtimes (JavaSE-17, JavaSE-25).
- Notifications & startup UX:
  - lua/cargdev/core/function/notification_manager.lua: large refactor — use local aliases (api, cmd, loop, opt), improved docs, dashboard-aware handling, nvim-notify fallback, safer tracking and cleanup of notifications.
- Utilities & monitors:
  - lua/cargdev/core/function/performance_monitor.lua: use local references, better notify usage and docs.
  - lua/cargdev/core/function/project_commands.lua: add docs, use local api/fn/notify, clearer RunProject/DebugProject commands.
- Terminal helper:
  - lua/cargdev/core/function/openTerminal.lua: add module docs and small refactor to use local cmd/api aliases and expose keymap.
- Keymaps & docs:
  - Removed stale keymaps README (lua/cargdev/core/keymaps/README.md).
  - Reworked many keymap files: docstrings, renamed/moved mappings to avoid conflicts, moved DAP mappings into dap plugin config, removed/disabled experimental mappings (see files under lua/cargdev/core/keymaps/*).
  - Adjusted quick keybindings and prefixes to reduce overlaps.
- Plugins & integrations:
  - lua/cargdev/plugins/formatting.lua: disabled google-java-format fallback for java (prefer JDTLS).
  - lua/cargdev/plugins/dap.lua: added additional DAP configs (Bun launch, attach helper), moved/registered dap keymaps here.
  - lua/cargdev/plugins/copilot.lua: reorganized Copilot/Copilot-cmp/CopilotChat config and added copilot source to nvim-cmp.
  - lua/cargdev/plugins/nvim-cmp.lua: added copilot source and small formatting tweak.
2026-02-10 12:17:36 -05:00
6e904f8f87 fix: fixing a lot of issues 2026-02-04 21:36:54 -05:00
8803de9fac updating plugins 2026-01-22 22:34:34 -05:00
2f0ed73d53 Adding documentation and login 2026-01-14 21:32:01 -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
Carlos
87aa445764 chore: adding more configurations 2025-07-06 14:37:08 -04:00
Carlos
031b49ac77 Adding my information 2025-06-13 11:13:36 -04:00
Carlos
8f186686d4 adding changes 2025-05-29 11:37:50 -04:00
cg8936
7dbe22cd67 feat: refactoring avaya id 2025-05-13 17:31:32 -04:00
Carlos
9cf84e3f0e fix: fixing linter 2025-05-11 21:04:14 -04:00
Carlos
3472e86e6a feat adding copilot 2025-05-11 11:29:47 -04:00
Carlos
5c4be23141 feat: adding all the services logic on database 2025-04-12 12:52:26 -04:00
Carlos
f561b16806 adding new ai 2025-04-10 08:24:30 -04:00
Carlos
93eb0ef78a Adding Changes 2025-02-02 12:26:38 -05:00