Hi, I have a problem installing the vim-eastwood plugin.
The :SyntasticInfo shows that
Syntastic version: 3.7.0-237 (Vim 800, Darwin)
Info for filetype: clojure
Global mode: active
Filetype clojure is active
The current file will be checked automatically
Available checker: eastwood
Currently enabled checkers: -
Hi, I have a problem installing the vim-eastwood plugin.
The
:SyntasticInfo
shows thatMy
.lein/profiles.clj
is as follows:and in my
project.clj
, I also includes the following line:also, when I run
lein repl
under my project, the eastwood can run normally:Do I miss something during installing the vim-eastwood plugin?
Many thanks!