Closed JulianGindi closed 10 years ago
Hello!
There could be any number of things wrong with your installation; the most dependable way of debugging this sort of issue is to start from a clean setup.
How did you install fireplace and vim-clojure-static? Are you familiar with setting up a Vim environment from scratch?
I installed fireplace and vim-clojure-static via Vundle. I have a pretty in-depth Vim setup so I'm not if there is a safe way for me to test a clean setup.
Here is an easy way to get a clean setup without moving any files (bash syntax):
$ command vim -N -u <(echo 'set rtp^=~/.vim/bundle/vim-clojure-static,~/.vim/bundle/vim-fireplace | filetype plugin indent on | syntax on') -U NONE path/to/your/clojure/file
This assumes that you have vim-clojure-static and vim-fireplace installed to ~/.vim/bundle. Please tell me if you see the same issue after invoking Vim in this way.
Hello,
I'm going to close this issue since it looks like a local setup error. Please feel free to reopen if you disagree!
Cheers
I recently installed both vim-fireplace and vim-clojure-static and keep running into an issue when opening a Clojure file within Vim. The stack trace looks like the following:
I was wondering if maybe I installed something incorrectly. Any help would be awesome!