Skip to content

Dev to master#2115

Closed
APoniatowski wants to merge 16 commits into
nvim-lua:masterfrom
APoniatowski:dev
Closed

Dev to master#2115
APoniatowski wants to merge 16 commits into
nvim-lua:masterfrom
APoniatowski:dev

Conversation

@APoniatowski

Copy link
Copy Markdown

main working config (for now)

- 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant