greglook / whidbey

nREPL middleware to pretty-print colored values
The Unlicense
158 stars 10 forks source link

Syntax error running lein repl? #32

Closed iljones00 closed 4 years ago

iljones00 commented 4 years ago

I just found the whidbey plugin so bear with me here but I was trying to get a new color scheme to work with my repl and I get this error: running lein repl

Syntax error compiling at (fipp/ednize.clj:1:1).
REPL server launch timed out.

The only thing I have done to get started with whidbey is created a profiles.clj file in ~/.lein/. This is that file:

{:user 
 {:plugins [[mvxcvi/whidbey "2.2.1"]] 
  :middleware [whidbey.plugin/repl-pprint] 
  :whidbey 
  {:width 180, 
   :map-delimiter ",", 
   :extend-notation true, 
   :print-color true, 
   :map-coll-separator " ", 
   :print-meta false, 
   :print-fallback :pretty, 
   :seq-limit 20, 
   :sort-keys 80, 
   :color-markup :ansi, 
   :color-scheme {:boolean [:green], 
                  :character [:bold :magenta], 
                  :class-delimiter [:blue], 
                  :class-name [:bold :blue], 
                  :delimiter [:bold :red], 
                  :function-symbol [:bold :blue], 
                  :keyword [:bold :yellow], 
                  :nil [:blue], 
                  :number [:cyan],
                  :string [:bold :magenta], 
                  :symbol nil, 
                  :tag [:bold :red]}}}}

What can I do to fix this issue?

greglook commented 4 years ago

Could you please post what version of Clojure and Leiningen you're using? A lein deps :tree would also be helpful to see.

greglook commented 4 years ago

Closing as stale, please reopen if you need.