Completion has rough edges
The completion currently does not deduplicate results (for example if a function is reachable through (locals) and (globals)) and it uses a lexicographic sorting, so --name-- comes before name.
Just jamming this into the completion issue.
{'data': '{:line-ending "\\n", :name "core.clj", :type-name "Clojure", :path "/home/fox/Github/repltest/src/repltest/core.clj", :mime "text/x-clojure", :tags [:editor.clj :editor.clojure], :ns something.something}', 'op': 'editor.clj.hints', 'session': '7cdc8b83-585f-42f5-bd48-80a9201e1180', 'id': 67}
Lighttable does not hand any symbols when doing the completion. Might need to intercept some more packets to make sure there isnt several messages going between.