We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bde9da3 commit fe3184fCopy full SHA for fe3184f
src/neovim_client/nvim.clj
@@ -129,7 +129,7 @@
129
130
(defn new
131
"Connect to msgpack-rpc channel via standard io or TCP socket."
132
- ([] (new* System/in System/out) false)
+ ([] (new* System/in System/out false))
133
([host port]
134
(log/info "plugin host connecting to nvim at " host ":" port)
135
(let [socket (java.net.Socket. host port)]
0 commit comments