From 39278994288d6cca82f95492aa7cd391c959eaea Mon Sep 17 00:00:00 2001 From: Syed Daanish Date: Wed, 10 Dec 2025 22:07:54 +0000 Subject: [PATCH] Add todoist items --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 3a64fcd..769a2c6 100644 --- a/README.md +++ b/README.md @@ -6,5 +6,10 @@ A TUI IDE. # TODO -- [ ] VERY HIGH PRIORITY: fix bug when moving upwards into wrapped line (cuses random line amongst the wrapped lines to be visually focused while in reality the top is selected), has be somewhere in `ensure_scroll` function. +- [ ] Add support for text selection. +- [ ] Add folding support. +- [ ] Add feature where doing enter uses tree-sitter to add newline with indentation. + 1. it should also put stuff like `}` on the next line. +- [ ] Add support for brackets/quotes to auto-close. +- [ ] Add scm files for all the supported languages. (2/14) Done. - [ ] Add support for wide characters with wrapping.