Closed kypalmer closed 10 years ago
You caught me midway through a big ol' refactor, can you try with the latest? (It still might be broken for you.)
Thanks for the quick reply!
I updated with
git remote update
The same error still shows up when using cpp
On Sunday, January 12, 2014, Tim Pope wrote:
You caught me midway through a big ol' refactor, can you try with the latest? (It still might be broken for you.)
— Reply to this email directly or view it on GitHubhttps://github.com/tpope/vim-fireplace/issues/123#issuecomment-32131497 .
Do you have lein repl
running? Do you have classpath.vim installed?
I have classpath.vim in /.vim/bundle. I don't have lein repl running though. Does this run in a separate window?
On Sunday, January 12, 2014, Tim Pope wrote:
Do you have lein repl running? Do you have classpath.vim installed?
— Reply to this email directly or view it on GitHubhttps://github.com/tpope/vim-fireplace/issues/123#issuecomment-32132300 .
Okay, so I'm guessing you're just working out of a bare Clojure file not in a project, and that's not going to work without some extra setup. You should follow a tutorial like https://github.com/clojuredocs/guides/blob/master/articles/tutorials/vim_fireplace.md and learn how to create a project with leiningen.
Awesome. I was actually trying to get it to work in leingen. So if I use from a leingen project it should work?
On Sunday, January 12, 2014, Tim Pope wrote:
Closed #123 https://github.com/tpope/vim-fireplace/issues/123.
— Reply to this email directly or view it on GitHubhttps://github.com/tpope/vim-fireplace/issues/123 .
Yes.
On Sun, Jan 12, 2014 at 4:02 PM, kypalmer notifications@github.com wrote:
Awesome. I was actually trying to get it to work in leingen. So if I use from a leingen project it should work?
On Sunday, January 12, 2014, Tim Pope wrote:
Closed #123 https://github.com/tpope/vim-fireplace/issues/123.
— Reply to this email directly or view it on GitHub< https://github.com/tpope/vim-fireplace/issues/123> .
— Reply to this email directly or view it on GitHubhttps://github.com/tpope/vim-fireplace/issues/123#issuecomment-32133894 .
When trying to use cpp to run an 'is' form
I get the error:
I installed using Pathogen, and am following this tutorial: http://www.mybuddymichael.com/writings/writing-clojure-with-vim-in-2013.html
Thanks