Remove some old TODOs
This commit is contained in:
parent
e36ad8b4ed
commit
3fe353c47c
2 changed files with 0 additions and 8 deletions
6
TODO.md
6
TODO.md
|
@ -6,10 +6,6 @@
|
||||||
- clojure
|
- clojure
|
||||||
- erlang
|
- 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
|
- [ ] completion isIncomplete support
|
||||||
|
|
||||||
1
|
1
|
||||||
|
@ -18,8 +14,6 @@ as you type completion!
|
||||||
|
|
||||||
- [ ] = for auto indent line/selection
|
- [ ] = for auto indent line/selection
|
||||||
- [ ] :x for closing buffers
|
- [ ] :x for closing buffers
|
||||||
- [ ] repeat selection
|
|
||||||
|
|
||||||
- [ ] lsp: signature help
|
- [ ] lsp: signature help
|
||||||
|
|
||||||
2
|
2
|
||||||
|
|
|
@ -44,8 +44,6 @@ log = "0.4"
|
||||||
# File picker
|
# File picker
|
||||||
fuzzy-matcher = "0.3"
|
fuzzy-matcher = "0.3"
|
||||||
ignore = "0.4"
|
ignore = "0.4"
|
||||||
# shellexpand = "2.1"
|
|
||||||
# dirs-next = "2.0"
|
|
||||||
# markdown doc rendering
|
# markdown doc rendering
|
||||||
pulldown-cmark = { version = "0.8", default-features = false }
|
pulldown-cmark = { version = "0.8", default-features = false }
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue