Wednesday, February 24, 2010

Re: Help with Setup

>
> You might want to ask this question to the developer of the vimclojure
> plugin.
>

I have tried contacting the developer but have not heard back yet

> Anyway, I'd suggest to ...
>
> #1 Check localmapleader:
> map <LocalLeader>x :echom "FOO"<cr>
> Now type ,x (or whatever your ll is).

This does successfully output "FOO".

>
> #2 See if the map exists:
> echo maparg("<LocalLeader>x")

This writes ':echom "FOO"<CR>' as expected.

> or in your case: maparg("<LocalLeader>sr")

Nothing is written in this case.

>
> I only took a brief look at the plugin but IIRC most features of
> vimclojure required users to set clj_want_gorilla = 1.

Yes, I have this set in _vimrc.

Thanks for your help! At least it seems like my Vim installation is
behaving as expected -- now I can focus on the plugin.

Thanks again!

Matt

--
You received this message from the "vim_use" maillist.
For more information, visit http://www.vim.org/maillist.php

No comments:

Post a Comment