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 58d5ebe commit 3fb5ed6Copy full SHA for 3fb5ed6
src/user.clj
@@ -2,7 +2,9 @@
2
(:require
3
[clojure.test]
4
[clojure.tools.namespace.repl :refer [refresh]]
5
- [neovim-client.nvim :as nvim]))
+ [neovim-client.nvim :as nvim]
6
+ [neovim-client.1.api :as api]
7
+ [neovim-client.1.api.buffer-ext :as api.buffer-ext]))
8
9
(defn tcp-connection
10
"Get an nvim connection."
0 commit comments