Re: ANN: vim-redl -- advanced fuzzy omnicompletion and VimClojure-style repl with enhanced debugging features

2013-05-03 Thread Paulo Suzart
Now it is perferct! Great tool. On 2 May 2013 22:04, Ryan Stradling wrote: > Make sure to have vimfireplace installed and a repl up and going for the > project. > > -- > -- > You received this message because you are subscribed to the Google > Groups "Clojure" group. > To post to this group, se

Re: ANN: vim-redl -- advanced fuzzy omnicompletion and VimClojure-style repl with enhanced debugging features

2013-05-02 Thread Ryan Stradling
Make sure to have vimfireplace installed and a repl up and going for the project. -- -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to clojure@googlegroups.com Note that posts from new members are moderated - pleas

Re: ANN: vim-redl -- advanced fuzzy omnicompletion and VimClojure-style repl with enhanced debugging features

2013-05-02 Thread Paulo Suzart
Hi, This is what I get using the head of master. Typed :ReplHere E117: Unknown function: fireplace#ns E116: Invalid arguments for function redl#repl#create no idea what is going on. On 4 April 2013 22:19, dgrnbrg wrote: > You there are plug mappings for all the repl actions: > > clj_repl_en

Re: ANN: vim-redl -- advanced fuzzy omnicompletion and VimClojure-style repl with enhanced debugging features

2013-04-04 Thread dgrnbrg
You there are plug mappings for all the repl actions: clj_repl_enter. -- key for enter press clj_repl_eval. -- key to for evaluation in the middle of the repl (i.e. not at the end of the form) clj_repl_hat. -- equivalent to ^ clj_repl_Ins. -- equivalent to I clj_repl_uphist. -- history up clj_rep

Re: ANN: vim-redl -- advanced fuzzy omnicompletion and VimClojure-style repl with enhanced debugging features

2013-04-04 Thread ronen
Very nice work, Thank you On Wednesday, April 3, 2013 11:08:30 PM UTC+3, dgrnbrg wrote: > > Although I've announced vim-redl in the past, now you can reap the > benefits of all of its features without leaving fireplace behind! Just go > to https://github.com/dgrnbrg/vim-redl for installation i

Re: ANN: vim-redl -- advanced fuzzy omnicompletion and VimClojure-style repl with enhanced debugging features

2013-04-04 Thread Max Gonzih
So I got it working and it's pretty cool. But is there any options to remap default keys (for example I'm using "-_" instead of "$^")? Thanks -- -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to clojure@googlegrou

Re: ANN: vim-redl -- advanced fuzzy omnicompletion and VimClojure-style repl with enhanced debugging features

2013-04-04 Thread David Greenberg
- :injections [(require '[redl core complete])] - :dependencies [[redl "0.1.0"]] Did you see those 2 lines in the installation instructions in the readme? You need to include them both in your profiles.clj. I've updated the readme to now also include a sample profiles.clj. Thanks!

Re: ANN: vim-redl -- advanced fuzzy omnicompletion and VimClojure-style repl with enhanced debugging features

2013-04-04 Thread Max Gonzih
Awesome! Thank you! Can you add example profiles.clj to readme? Because I can understand how to configure Clojure component. On Wednesday, April 3, 2013 11:08:30 PM UTC+3, David Greenberg wrote: > > Although I've announced vim-redl in the past, now you can reap the > benefits of all of its feat

ANN: vim-redl -- advanced fuzzy omnicompletion and VimClojure-style repl with enhanced debugging features

2013-04-03 Thread David Greenberg
Although I've announced vim-redl in the past, now you can reap the benefits of all of its features without leaving fireplace behind! Just go to https://github.com/dgrnbrg/vim-redl for installation instructions, and you'll end up with advanced fuzzy omnicompletion and a full-fledged repl (accessible