aboutsummaryrefslogtreecommitdiff
path: root/TODO.md
diff options
context:
space:
mode:
authorBlaž Hrastnik2021-03-12 07:20:56 +0000
committerBlaž Hrastnik2021-03-12 07:25:12 +0000
commit6cbfb050e2c99acf5cdfe7d981c262fbdeaf761c (patch)
tree5fb54d50d2cb0c72e62bea9b0ca52d0dc8c70d9c /TODO.md
parentb7dd7310c44532f3e6e3154367100ee6520ca69b (diff)
lsp: Emit didSave notifications.
Diffstat (limited to 'TODO.md')
-rw-r--r--TODO.md7
1 files changed, 6 insertions, 1 deletions
diff --git a/TODO.md b/TODO.md
index f65a3536..b3578b61 100644
--- a/TODO.md
+++ b/TODO.md
@@ -31,9 +31,14 @@
- [x] q should only close the view, if all are closed, close the editor
- [ ] buffers should sit on editor.buffers, view simply refs them
+- [ ] pressing b at start of file needs to not crash
+- [ ] draw separator line between views
+- [ ] command to drop all selections except primary
+
+- [ ] diagnostic severity
- [ ] lsp: signature help
-- [ ] lsp: hover
+- [x] lsp: hover
- [ ] lsp: document symbols (nested/vec)
- [ ] lsp: code actions
- [ ] lsp: formatting