Skip to content

Commit 5b7b9f0

Browse files
committed
Add c.t.namespace
1 parent 8935623 commit 5b7b9f0

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

project.clj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
:dependencies [[org.clojure/clojure "1.9.0-alpha12"]
77
[org.clojure/core.async "0.2.391"]
88
[org.clojure/tools.logging "0.3.1"]
9+
[org.clojure/tools.namespace "0.2.11"]
910
[log4j/log4j "1.2.17" :exclusions [javax.mail/mail
1011
javax.jms/jms
1112
com.sun.jmdk/jmxtools

src/user.clj

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
(ns user
22
(:require
3-
[neovim-client.nvim :as nvim]))
3+
[neovim-client.nvim :as nvim]
4+
[clojure.tools.namespace.repl :refer [refresh]]))
45

56
(defn go
67
"Start the plugin."

0 commit comments

Comments
 (0)