Hey. I see that you have vimclojure in a bundles directory, but don't see any initialization for pathogen [1] in your vimrc. Do you have pathogen installed? Depending on what version you're using, you'll need to add something like this to your vimrc before vim will recognize vimclojure:
call pathogen#infect() HTH, Dave [1] http://www.vim.org/scripts/script.php?script_id=2332 On Fri, Sep 9, 2011 at 9:56 AM, Sean Devlin <francoisdev...@gmail.com> wrote: > I'm having trouble setting up VimClojure. I want to be able to simply > see syntax highlighting & rainbow parens in my file. I've got > everything under ~/.vim/, and my .vimrc looks like this: > > https://gist.github.com/1206262 > > Can anyone help me get this working? > > Thanks, > Sean > > -- > 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 - please be patient with your > first post. > 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 -- 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 - please be patient with your first post. 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