Skip to content

Commit 3fb5ed6

Browse files
committed
Fix requires
1 parent 58d5ebe commit 3fb5ed6

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/user.clj

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,9 @@
22
(:require
33
[clojure.test]
44
[clojure.tools.namespace.repl :refer [refresh]]
5-
[neovim-client.nvim :as nvim]))
5+
[neovim-client.nvim :as nvim]
6+
[neovim-client.1.api :as api]
7+
[neovim-client.1.api.buffer-ext :as api.buffer-ext]))
68

79
(defn tcp-connection
810
"Get an nvim connection."

0 commit comments

Comments
 (0)