From 3fe353c47cb9c56d8e08396be476cf53b688fe36 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bla=C5=BE=20Hrastnik?= Date: Wed, 27 Oct 2021 10:02:46 +0900 Subject: [PATCH] Remove some old TODOs --- TODO.md | 6 ------ helix-term/Cargo.toml | 2 -- 2 files changed, 8 deletions(-) diff --git a/TODO.md b/TODO.md index 90e7e4509..80a9be05e 100644 --- a/TODO.md +++ b/TODO.md @@ -6,10 +6,6 @@ - clojure - erlang -as you type completion! -- [ ] use signature_help_provider and completion_provider trigger characters in - a hook to trigger signature help text / autocompletion -- [ ] document.on_type provider triggers - [ ] completion isIncomplete support 1 @@ -18,8 +14,6 @@ as you type completion! - [ ] = for auto indent line/selection - [ ] :x for closing buffers -- [ ] repeat selection - - [ ] lsp: signature help 2 diff --git a/helix-term/Cargo.toml b/helix-term/Cargo.toml index 78afab01e..cf1f44d59 100644 --- a/helix-term/Cargo.toml +++ b/helix-term/Cargo.toml @@ -44,8 +44,6 @@ log = "0.4" # File picker fuzzy-matcher = "0.3" ignore = "0.4" -# shellexpand = "2.1" -# dirs-next = "2.0" # markdown doc rendering pulldown-cmark = { version = "0.8", default-features = false }