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 8935623 commit 5b7b9f0Copy full SHA for 5b7b9f0
project.clj
@@ -6,6 +6,7 @@
6
:dependencies [[org.clojure/clojure "1.9.0-alpha12"]
7
[org.clojure/core.async "0.2.391"]
8
[org.clojure/tools.logging "0.3.1"]
9
+ [org.clojure/tools.namespace "0.2.11"]
10
[log4j/log4j "1.2.17" :exclusions [javax.mail/mail
11
javax.jms/jms
12
com.sun.jmdk/jmxtools
src/user.clj
@@ -1,6 +1,7 @@
1
(ns user
2
(:require
3
- [neovim-client.nvim :as nvim]))
+ [neovim-client.nvim :as nvim]
4
+ [clojure.tools.namespace.repl :refer [refresh]]))
5
(defn go
"Start the plugin."
0 commit comments