branch: elpa/cider
commit e5b25dff6c6752642ab211ea18e65f0066fbb418
Author: Bozhidar Batsov <[email protected]>
Commit: Bozhidar Batsov <[email protected]>
Update the roadmap document
---
ROADMAP.md | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/ROADMAP.md b/ROADMAP.md
index 3d54389fe6..3f6bab6565 100644
--- a/ROADMAP.md
+++ b/ROADMAP.md
@@ -47,12 +47,12 @@ You'd get some really weird error instead of something nice
like "command X is n
There's a bit of info on the subject
[here](https://github.com/clojure-emacs/cider/issues/1416).
-## Implement new nREPl features
+## Implement new nREPL features
-* sideloading
+* sideloading (there's some experimental support for this)
* dynamic middleware loading
-* completion
-* lookup
+* ~~completion~~
+* ~~lookup~~
## Make CIDER somewhat Clojure-agnostic