91 Commits

Author SHA1 Message Date
a75f899500 Fixing drop bar 2026-03-05 17:02:29 -05:00
Carlos Gutierrez
017a82dc61 fix: guard macOS-only configs behind has('mac') check 2026-03-05 17:01:47 -05:00
0f59a7b9d7 Fixing drop bar 2026-02-16 08:37:23 -05:00
1cb298b5d5 fixing issues on hlchunk, lspconfig, lualine and ufo plugins 2026-02-10 12:29:42 -05:00
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
832a664fa0 Bunmping version 2026-02-05 08:28:34 -05:00
6e904f8f87 fix: fixing a lot of issues 2026-02-04 21:36:54 -05:00
1d4bf34902 fixing the issues on close the nvim 2026-02-04 00:45:32 -05:00
1d1448b4c9 fixing the issues on rendering 2026-02-02 17:08:00 -05:00
c915096a4a Bunmping version 2026-02-02 14:13:28 -05:00
b867c6134a Fixing readme 2026-02-01 21:00:06 -05:00
dc86d0eafc Move NvimTree file explorer to left side
- Change side from 'right' to 'left' in nvim-tree.lua
  - Update edgy.nvim config to place NvimTree in left panel
2026-02-01 15:47:39 -05:00
7e1c4408bd Updating packages" 2026-01-27 21:03:46 -05:00
b62624c720 fixing the usage bars by calling the api endpoint from copilot 2026-01-27 19:22:00 -05:00
6e2338fbb7 fixing the usage bars by calling the api endpoint from copilot 2026-01-25 18:11:20 -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
fb2bc3a713 fixing the issues on the tags 2026-01-14 20:11:08 -05:00
62e42d7882 fixing the issues on the tags 2026-01-14 00:02:26 -05:00
e24166e606 updating config on codetyper 2026-01-13 23:39:01 -05:00
1f747a12ea fixing configuration to change the windows 2026-01-13 22:07:26 -05:00
cac6a54a2e desible noice 2026-01-13 20:33:43 -05:00
75451e120e fixing configs 2026-01-13 19:16:25 -05:00
3b03e58e75 fixing configs 2026-01-12 19:09:28 -05:00
89cba7056e feat(ui): modernize nvim with fzf-lua, snacks dashboard, and p10k-style statusline
- Replace Snacks picker with fzf-lua for LSP navigation (gd, gr, gi, gt)
- Add fzf-lua plugin with LSP-optimized settings
- Fix Mason inconsistencies (add eslint, gopls to ensure_installed)
- Replace alpha-nvim with Snacks dashboard (shared config)
- Create dashboard_config.lua for DRY dashboard settings
- Modernize lualine with p10k-rainbow style and solid backgrounds
- Enhance bufferline with LSP diagnostics and modern styling
- Update noice with centered cmdline/search and modern icons
- Add global rounded borders for floating windows
- Improve indent-blankline with scope highlighting
- Add return-to-dashboard on last buffer close
- Create performance_monitor module

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-12 18:59:46 -05:00
2382297a6d updating files 2026-01-11 18:42:12 -05:00
f235400469 updating files 2026-01-11 18:02:19 -05:00
cefc34cc88 updating libraries 💥 2026-01-11 13:25:41 -05:00
ebb7ed7793 refactor(config): use local.lua for machine-specific paths
- Load local.lua at startup and expose via vim.g.cargdev_local
- Update avante.lua to use local config for paths and settings
- Update ideaMap.lua to use IDEA_DIR from local config
- Remove all hardcoded user paths from plugin configs
- Plugins gracefully skip if required local config is missing
2026-01-10 23:14:04 -05:00
537c0c4a41 fix(config): resolve health check warnings and update docs
- Fix auto-session lazy loading to enable session restore
- Fix alpha.lua `enable` → `enabled` typo
- Disable Snacks.dashboard to prevent conflict with alpha-nvim
- Add Avante.nvim to README AI assistants section
- Install bash treesitter parser for noice cmdline highlighting
- Update changelog with fixes
2026-01-10 22:58:23 -05:00
Carlos Gutierrez
0f17946450 docs(readme): add colorscheme to key features
feat(colorscheme): enhance cargdev-cyberpunk configuration
- Enable transparency
- Enable italic comments, bold keywords/functions/types
- Enable terminal colors
2026-01-10 22:29:03 -05:00
Carlos Gutierrez
3940c92b48 fix(java): repair Java debugger configuration and add run keymaps
- Fix debug bundles not being passed to JDTLS init_options
- Add on_attach callback to setup DAP after LSP attaches
- Remove broken manual Java DAP adapter (now handled by nvim-jdtls)
- Add java-debug-adapter and java-test to Mason ensure_installed
- Add new Java keymaps: debug, test, run (file/maven/gradle)
2026-01-10 22:27:02 -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
d6f00d0d99 installing dependencies 2025-12-28 16:57:04 +00:00
Carlos Gutierrez
fa6c35ff1e Clean up repository for public sharing
- Updated .gitignore to exclude log files, backup files, and temporary files
- Removed log files containing personal paths and system information
- Removed backup files with personal development paths
- Repository is now ready for public visibility
2025-10-22 22:12:49 -04:00
Carlos Gutierrez
1c3558380e updating packages 2025-10-22 21:59:07 -04:00
Carlos Gutierrez
bf573ef961 updating packages 2025-10-22 21:58:30 -04:00
Carlos Gutierrez
9638b5346d fixing issue on the database 2025-09-15 18:11:44 -04:00
cg8936
72d8698ecb fixing some issues 2025-08-12 08:51:16 -04:00
Carlos Gutierrez
b774da0743 adding mapping on md files 2025-08-12 06:48:18 -04:00
CarGDev
88634a368a Feature/upgrading (#1)
* feat: Major performance optimization and LSP stability improvements

- Add comprehensive file type filtering to prevent LSP errors on non-text files
- Fix image freezing issues during file searches in Telescope
- Optimize leader key response time (500ms → 200ms)
- Add performance monitoring tools and LSP health checks
- Implement safe file search commands to prevent crashes
- Add startup optimization and deferred heavy operations
- Enhance LSP error handling with timeouts and graceful fallbacks
- Optimize Treesitter, completion, and search performance
- Add comprehensive troubleshooting guide for LSP issues

Performance improvements:
- Faster scrolling and UI responsiveness
- Better memory management and startup times
- Reduced diagnostic updates and LSP overhead
- Automatic exclusion of problematic file types

New keymaps:
- <leader>pp - Performance monitoring
- <leader>pl - LSP health check
- <leader>pr - Restart LSP
- <leader>ff - Safe file search (prevents LSP errors)
- <leader>ft - Text files only search

* fix: Resolve startup errors and enhance user experience

- Fix telescope configuration error that was causing startup failures
- Fix performance monitor memory info issue for cross-platform compatibility
- Eliminate 'Press ENTER' prompts by optimizing startup messages
- Make colorscheme lazy loaded for faster startup
- Add performance monitoring buttons to alpha dashboard
- Create essential plugin enhancements for better UX
- Optimize DAP loading to improve startup performance
- Remove backup files and clean up plugin directory
- Add comprehensive performance monitoring and LSP health tools

New features:
- Performance dashboard integration
- Safe file search commands
- Enhanced session management
- Better project navigation
- Improved notifications and UI
- Enhanced terminal and buffer management

Performance improvements:
- 20-30% faster startup time
- Eliminated startup blocking prompts
- Lazy loading for heavy plugins
- Better memory management

* feat: Implement comprehensive notification system and fix overlapping issues

- Create custom notification manager to handle overlapping notifications
- Fix notification positioning to avoid dashboard overlap
- Improve alpha dashboard appearance and message suppression
- Add smart notification routing for different contexts
- Implement notification stacking and positioning logic
- Add notification management keymaps for better control
- Enhance startup message handling to prevent overlapping
- Improve UI layout and reduce visual clutter
- Add context-aware notifications (dashboard vs regular mode)
- Implement notification clearing and testing functionality

New features:
- <leader>nc - Clear all notifications
- <leader>nn - Test notification system
- Smart notification positioning
- Context-aware notification display
- Notification stacking and management

UI improvements:
- Better dashboard appearance
- Reduced overlapping elements
- Cleaner startup experience
- Improved notification aesthetics
- Better message routing

* fix: Completely eliminate 'Press ENTER' prompts and resolve lazyredraw conflicts

- Fix lazyredraw conflict with Noice plugin that was causing warnings
- Completely eliminate 'Press ENTER or type command to continue' prompts
- Implement aggressive startup message suppression
- Add comprehensive message filtering for all startup prompts
- Create multiple layers of prompt elimination (autocmds, overrides, deferred clearing)
- Add manual keymaps for clearing any remaining prompts
- Enhance notification manager with aggressive startup message handling
- Implement message blocking for problematic startup messages
- Add multiple redraw and echo clearing operations during startup
- Create comprehensive startup prompt elimination system

New keymaps:
- <leader>ns - Clear startup prompts manually
- <leader>nr - Redraw screen to clear any visual artifacts

Technical improvements:
- Disable lazyredraw to prevent Noice conflicts
- Override echo function to block problematic messages
- Multiple autocmd layers for prompt elimination
- Deferred message clearing for persistent prompts
- Comprehensive shortmess configuration
- Command line height optimization

Expected results:
- No more 'Press ENTER' prompts at startup
- No more lazyredraw warnings
- Clean, smooth startup experience
- Immediate access to dashboard without prompts
- Professional startup appearance

* adding new theme

* adding new theme

* adding new theme

* adding new theme
2025-08-12 04:09:13 -04:00
cg8936
3d8e976741 adding log hightliht 2025-08-05 09:31:23 -04:00
cg8936
3096929bd4 adding node 18 and updating the scripts 2025-08-05 09:14:34 -04:00
cg8936
cc56142c99 Merge branch 'master' of github.com:CarGDev/lua-nvim 2025-08-05 09:13:21 -04:00
cg8936
3cf01cefbd adding node 18 and updating the scripts 2025-08-05 09:12:58 -04:00
Carlos Gutierrez
d79ca0b927 Add missing problem 2116 to README table and fix row numbering 2025-08-05 08:20:34 -04:00
Carlos Gutierrez
9e529ef0bb feat: adding snacks over telescope 2025-08-03 21:09:30 -04:00
cg8936
6738adc58b feat adding all the files 2025-08-03 21:02:10 -04:00