66 Commits

Author SHA1 Message Date
Carlos Gutierrez
795bc802b3 Add C++ formatting support with clang-format 2025-12-06 19:39:53 -05: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
0b689bfbd4 Feature/upgrading (#2)
* 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:12:12 -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
62a52c1c01 adding other bind key 2025-08-07 18:23:12 -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
Carlos Gutierrez
28410ecfab feat: adding new database 2025-08-03 20:27:24 -04:00
Carlos
6919892952 adding new theme 2025-08-03 11:03:18 -04:00
Carlos
cfe16ef1d0 adding new color scheme 2025-08-02 14:24:47 -04:00
Carlos
831b80c1ab fixing issues on nerd tree modifying the tree 2025-08-02 12:24:01 -04:00
Carlos
0c5942a85d fixing deprecated packages 2025-08-02 12:19:04 -04:00
Carlos
420b30df3d feat: refactoring 2025-08-02 11:31:50 -04:00
Carlos
d8bbe04dd9 feat: refactoring 2025-08-02 11:28:22 -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
Carlos
87aa445764 chore: adding more configurations 2025-07-06 14:37:08 -04:00
Carlos
3f9a502503 Initial commit: ideaDrop.nvim plugin with sidebar and idea saving 2025-06-17 21:42:12 -04:00
Carlos
031b49ac77 Adding my information 2025-06-13 11:13:36 -04:00
Carlos
e1a1c9f82a adding updates on avante 2025-06-04 20:14:43 -04:00
Carlos
01015a3447 feat: implement data import/export module with bank statement imports and transaction processing 2025-06-01 18:11:26 -04:00
Carlos
dc64c3fef8 chore: adding azure pipeline 2025-05-31 23:26:43 -04:00
Carlos
236f777f99 adding changes 2025-05-30 10:54:22 -04:00
Carlos
8f186686d4 adding changes 2025-05-29 11:37:50 -04:00
cg8936
8d2824b0a4 feat: adding git conflicts 2025-05-16 12:09:14 -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
a60fcc611b adding fixes on transparency 2025-05-07 19:52:38 -04:00
Carlos
7fc03addad fix: fixing warnings 2025-05-07 19:43:52 -04:00
Carlos
186dc60947 adding notes 2025-05-07 19:15:31 -04:00
Carlos
04e4b7ce37 Merge branch 'master2.0' of ssh://gitea-tailscale:222/cargdev/lua-nvim 2025-05-07 19:12:30 -04:00
cg8936
327c152c97 adding transparence plugin 2025-05-07 13:29:06 -04:00
Carlos
4cf1cf7554 adding notes 2025-05-04 23:17:54 -04:00
Carlos
47edf65083 feat: changing the model 2025-04-23 19:36:34 -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
ae0acb574c fixing 2025-02-20 00:50:00 -05:00
Carlos
7799a9343b feat: adding dap 2025-02-10 21:40:11 -05:00
cg8936
d1658f4789 adding prettier as false 2025-02-10 15:01:17 -05:00
Carlos
8f90d45c69 adding gitignore 2025-02-09 15:46:31 -05:00