Dev to master#2115
Closed
APoniatowski wants to merge 16 commits into
Closed
Conversation
- Organize keymaps into logical groups with consistent prefixes: - <leader>s for Search (Telescope) - <leader>g for Git operations - <leader>b for Buffer operations - <leader>l for LSP operations - <leader>t for Trouble/diagnostics - <leader>D for Database operations - <leader>m for Memory (Sessions) - Improve keymap descriptions for better which-key display - Resolve conflicts between diagnostic and database keymaps - Add missing buffer and window operations - Update gitignore with common Neovim patterns
- Add nil checks for all keymap tables - Fix explorer keymap setup - Remove unnecessary debug code - Simplify keymap initialization - Fix incorrect keymap references
- Call all keymap setup functions in initialization - Properly organize keymap initialization into sections - Add special handling for explorer keymaps - Fix database and other plugin keymaps not being set
- Add gitsigns keymaps table with navigation and actions - Add nil check in setup function - Organize git keymaps under <leader>g prefix
- Add safe LSP state restoration during session load - Temporarily disable semantic tokens to prevent errors - Add deferred semantic tokens refresh after session load - Improve session file naming and buffer cleanup - Add user notifications for session operations
Use snacks.notifier module directly to show notification history
- Remove auto-session plugin - Disable semantic tokens for gopls to prevent errors
- Disable semantic tokens in gopls to prevent nil index errors - Replace auto-session with mini.sessions for better reliability - Move session keymaps to core/keymaps.lua under <leader>m namespace - Add Go project detection to skip session operations for Go projects
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
main working config (for now)