* Extract `_proc_move` to centralize cursor and selection handling * Rework multi-insert cursor movement and key handling (arrow/ctrl/shift/super) * Add `ignore_leader` support to decouple leader cursor behavior * Replace `move_word_snake_case` with improved `move_along_word` (fix '-' handling) * Add `is_super` modifier support and clean up TODO
650 B
650 B
Add
- Add Godot LSP Client
- Add Terminal plugin
- Add Plugin to <Shift><Ctrl>| and <Ctrl>| to split views up, down, left, right
- Add <Ctrl>i to lsp_manager to list who implements xyz
Change
- Make telescope plugin a generic base to allow query mode additions through plugins
- Make lsp_manager hard coded values configurable, plus add respective fields to UI
Fix
- Fix <Ctrl>z in multi-insert mode being funky. Insure updates happen on block level. I.E, maybe push updates to queue to insure block undo/redo?
- Fix on lsp client unload to close files lsp side and unload server endpoint