Addressed Telescope TODO; enhanced Telescope search

This commit is contained in:
2026-03-21 17:19:10 -05:00
parent d6e0823e21
commit 511138316a
3 changed files with 80 additions and 27 deletions

View File

@@ -1,6 +1,7 @@
___
### Add
1. Add Godot LSP Client
1. Add TreeSitter
1. Add Collapsable code blocks
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
@@ -9,10 +10,9 @@ ___
### Change
1. Make **telescope** plugin a generic base to allow query mode additions through plugins
1. Make **lsp_manager** hard coded values configurable, plus add fields to UI
___
### Fix
- Fix **telescope** search selection when items hidden such that
hidden items don't get selected on up/down key
- Fix to make acive tab on **tabs_bar** scroll to center
- Fix **file_state_watcher** to prompt refrsh if external changes applied
- Fix on lsp client unload to close files lsp side and unload server endpoint