- Implement snake_case-aware word movement that treats underscores as part of words - Fix selection edge detection to only move when caret is at appropriate boundary - Add INSERT state guards to line_up/down commands - Add Ctrl+scroll zoom in/out functionality for text size - Remove obsolete newton.zip archive
608 B
608 B
Add
- Add Godot LSP Client
- Add TreeSitter
- Add Collapsable code blocks
- Add Terminal plugin
- Add event to emit on file open so plugins could try to open
- 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 on lsp client unload to close files lsp side and unload server endpoint