I think the point is that the installation documentation is a little
lacking right now.  Can you create a more thorough install doc which
walks us through the setup?  I'm an experienced Java developer so I
had no problem getting the Gorilla server running but the vim setup is
a mystery to me.  I compiled MacVim with ruby support but, like Mark,
have had no luck in getting VimClojure or the Gorilla plugin to work
when following your minimal instructions.  When I open a clj file, it
says it is filetype=conf.

Here's my .vim directory:

mikeperham:~/.vim$ ls -lR
total 0
drwxr-xr-x  3 mperham  mperham  102 Dec 18 17:40 after
drwxr-xr-x  3 mperham  mperham  102 May  7  2007 autoload
drwxr-xr-x  4 mperham  mperham  136 Dec 18 17:29 bin
drwxr-xr-x  5 mperham  mperham  170 May  7  2007 compiler
drwxr-xr-x  6 mperham  mperham  204 Dec 18 17:27 doc
drwxr-xr-x  4 mperham  mperham  136 Dec 18 17:27 ftdetect
drwxr-xr-x  6 mperham  mperham  204 Dec 18 17:27 ftplugin
drwxr-xr-x  5 mperham  mperham  170 Dec 18 17:27 indent
drwxr-xr-x  3 mperham  mperham  102 Dec 18 17:40 plugin
drwxr-xr-x  5 mperham  mperham  170 Dec 18 17:27 syntax

./after:
total 0
drwxr-xr-x  3 mperham  mperham  102 Dec 18 17:40 ftplugin

./after/ftplugin:
total 0
drwxr-xr-x  3 mperham  mperham  102 Dec 18 17:40 clojure

./after/ftplugin/clojure:
total 8
-rw-r--r--  1 mperham  mperham  1698 Dec 18 17:40 gorilla.vim

./autoload:
total 48
-rw-r--r--  1 mperham  mperham  23455 Dec 14  2006 rubycomplete.vim

./bin:
total 40
-rw-r--r--  1 mperham  mperham    644 Dec 18 17:29 gen-completions.clj
-rwxr-xr-x  1 mperham  mperham  13171 Apr 15  2006 vim-ruby-install.rb

./compiler:
total 24
-rw-r--r--  1 mperham  mperham   953 Apr 15  2006 eruby.vim
-rw-r--r--  1 mperham  mperham  1815 Apr 15  2006 ruby.vim
-rw-r--r--  1 mperham  mperham   837 Apr 15  2006 rubyunit.vim

./doc:
total 40
-rw-r--r--  1 mperham  mperham   826 Dec 18 17:27 clojure.txt
-rw-r--r--  1 mperham  mperham  1696 Jun 20  2006 ft-ruby-omni.txt
-rw-r--r--  1 mperham  mperham  2259 May  7  2007 ft-ruby-syntax.txt
-rw-r--r--  1 mperham  mperham  7298 Dec 18 17:40 gorilla.txt

./ftdetect:
total 16
-rw-r--r--  1 mperham  mperham   48 Dec 18 17:27 clojure.vim
-rw-r--r--  1 mperham  mperham  365 May  7  2007 ruby.vim

./ftplugin:
total 32
drwxr-xr-x  3 mperham  mperham   102 Dec 18 17:39 clojure
-rw-r--r--  1 mperham  mperham  1500 Dec 18 17:27 clojure.vim
-rw-r--r--  1 mperham  mperham  3115 May  7  2007 eruby.vim
-rw-r--r--  1 mperham  mperham  8140 May  7  2007 ruby.vim

./ftplugin/clojure:
total 8
-rw-r--r--  1 mperham  mperham  3121 Dec 18 17:27 completions

./indent:
total 48
-rw-r--r--  1 mperham  mperham   5400 Dec 18 17:27 clojure.vim
-rw-r--r--  1 mperham  mperham   1900 Apr 17  2007 eruby.vim
-rw-r--r--  1 mperham  mperham  11683 Mar 21  2007 ruby.vim

./plugin:
total 40
-rw-r--r--  1 mperham  mperham  16490 Dec 18 17:40 gorilla.vim

./syntax:
total 88
-rw-r--r--  1 mperham  mperham  12433 Dec 18 17:27 clojure.vim
-rw-r--r--  1 mperham  mperham   3121 May  7  2007 eruby.vim
-rw-r--r--  1 mperham  mperham  23154 Nov  6  2007 ruby.vim



On Dec 18, 5:09 pm, Meikel Brandmeyer <m...@kotka.de> wrote:
> Hi,
>
> Am 18.12.2008 um 23:36 schrieb Mark Volkmann:
>
> > The documentation says <LocalLeader>sr.
> > I don't know what LocalLeader means. Is that just a colon?
>
> The <Leader> is a key you define yourself. I remapped
> the \ to , since \ is awkward to type on german keyboards.
> <Leader> is for plugins, <LocalLeader> is for filetype
> plugins. See ":help mapleader" for more information.
>
> Sincerely
> Meikel
>
>  smime.p7s
> 5KViewDownload
--~--~---------~--~----~------------~-------~--~----~
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
To unsubscribe from this group, send email to 
clojure+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/clojure?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to