Files
Newton-Editor/TODO.md

22 lines
753 B
Markdown
Raw Normal View History

___
### Add
1. Add Godot LSP Client
1. Add Terminal plugin
1. Add Plugin to <Shift\><Ctrl\>| and <Ctrl\>| to split views up, down, left, right
1. Add <Ctrl\>i to **lsp_manager** to list who implements xyz
___
### Change
1. Make **telescope** plugin a generic base to allow query mode additions through plugins
2026-03-21 18:16:20 -05:00
1. 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 multi-insert not acting properly with - in word.
I.E leader desync on <Ctrl\>left/right
- Fix on lsp client unload to close files lsp side and unload server endpoint
___