Add mobile LSP hover and signature requirements

This commit is contained in:
slhx agent
2026-06-21 01:33:42 +02:00
parent b69af3c464
commit 043af63425
2 changed files with 3 additions and 1 deletions
+2
View File
@@ -27,6 +27,8 @@ Rows are redgate TSV requirements: `ring<TAB>id<TAB>summary [tag]`.
0 001 Buffer and rendering code SHALL preserve UTF-8 boundaries and terminal cell width semantics. [core]
1 002 Tree-sitter syntax highlighting SHALL be built in with source-patched language tables. [syntax]
1 003 LSP support SHALL be built in and spawn existing language servers without installing them. [lsp]
1 004 LSP hover and signature help SHALL use viewport-aware presentation that remains usable on narrow terminals. [lsp]
1 005 When syntax or LSP data is available, `mim` SHALL provide mobile-friendly navigation between parameters in function calls. [lsp]
## repo