Hi,
On 10 Feb., 13:22, Wolodja Wentland wrote:
> Ok, that works. The reason for my "decision" to use 2.3.0-SNAPSHOT are
> manifold, among them:
>
> * It not clear how to setup vimclojure and hard to find relevant and
> complete information on how to do this. It took me some time to
>
On Wed, Feb 09, 2011 at 04:33 -0800, Meikel Brandmeyer wrote:
> Hi,
>
> omni completion is aware of the namespace of the file you are
> currently editing. It only provides completions which make sense for
> this namespace. Example:
Great, this makes sense and works as expected.
> Feel free to as
Hi,
On 10 Feb., 08:08, Wilson MacGyver wrote:
> ah, it looks like clojars doesn't show older version in the search result.
The clojars search sucks quite a bit. At least it did last time I
looked.
Sincerely
Meikel
--
You received this message because you are subscribed to the Google
Groups "
ah, it looks like clojars doesn't show older version in the search result.
On Thu, Feb 10, 2011 at 1:56 AM, Meikel Brandmeyer wrote:
> Hi,
>
> On 10 Feb., 07:42, Wilson MacGyver wrote:
>
>> Is vimclojure/server 2.2.0 in clojar?
>
> Yes. http://clojars.org/repo/vimclojure/server/2.2.0/server-2.2.
Hi,
On 10 Feb., 07:42, Wilson MacGyver wrote:
> Is vimclojure/server 2.2.0 in clojar?
Yes. http://clojars.org/repo/vimclojure/server/2.2.0/server-2.2.0.jar
Sincerely
Meikel
--
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, se
Is vimclojure/server 2.2.0 in clojar?
I searched and all I saw are
http://clojars.org/vimclojure/server which is 2.3.0-SNAPSHOT
On Wed, Feb 9, 2011 at 7:38 AM, Meikel Brandmeyer wrote:
> Hi,
>
> On 9 Feb., 11:38, Wolodja Wentland wrote:
>
>> [vimclojure/server "2.3.0-SNAPSHOT"]
>
> As
Hi,
On 9 Feb., 11:38, Wolodja Wentland wrote:
> [vimclojure/server "2.3.0-SNAPSHOT"]
As a sidenote: you probably want 2.2.0 here instead of the SNAPSHOT.
The SNAPSHOT may break in arbitrarily funny ways at even more funny
points in time and may even remain broken for a considerable amou
Hi,
omni completion is aware of the namespace of the file you are
currently editing. It only provides completions which make sense for
this namespace. Example:
(ns foo.bar
(:require [clojure.contrib.condition :as error]))
Then you will be able to complete eg. err to error and error/ra to
error
Hello,
I would like to note that I am fairly new to Clojure and its ecosystem,
so please forgive me if I ask pretty basic questions. :)
Given that I am just learing I tried to set up my developing tools first
and am quite happy with my setup, but have one annoying problem. I am
using vim with Vim