Adam Poniatowski
78fc3d5aea
some further fixes and modifications
2026-07-04 14:26:18 +02:00
Adam Poniatowski
e408a53858
massive cleanup, shaved off quite a bit on startup, now roughly 50ms
2026-05-07 17:09:35 +02:00
Adam Poniatowski
06d714c945
forgot to push this... lots of changes to add elixir support and other fixes
2026-03-05 20:02:43 +01:00
Adam Poniatowski
f6a19a3a75
added illuminate and some fixes
2025-04-30 14:58:34 +02:00
Adam Poniatowski
2e0d6e1637
further fixes and mods. still not really done yet
2025-04-29 17:45:34 +02:00
Adam Poniatowski
6f352e7c11
made some mods everywhere
2025-04-27 13:22:07 +02:00
Adam Poniatowski
80e90a3b99
fix(gopls): disable semantic tokens and restore mini.sessions
...
- 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
2025-02-23 19:44:06 +01:00
Adam Poniatowski
e64044b066
cleanup: remove session-related keymaps
2025-02-23 18:11:00 +01:00
Adam Poniatowski
08b2f6acbd
refactor: remove session managers
...
- Remove auto-session plugin
- Disable semantic tokens for gopls to prevent errors
2025-02-23 18:09:26 +01:00
Adam Poniatowski
3de2b7752d
fix: remove neodev.nvim as it's replaced by lazydev.nvim
2025-02-23 16:59:33 +01:00
Adam Poniatowski
231250d459
fix(sessions): handle LSP semantic tokens
...
- 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
2025-02-23 16:22:35 +01:00