Installation problem

Issue #2 new
Dr. Dror Atariah created an issue

After installing the plug in as described in the README, I get the following error when starting VIM:

"demos/human-resources/Drakefile" 82L, 2303C
Error detected while processing /Users/user/.vim/bundle/vim-drake-syntax/syntax/drake.vim:
line   26:
E484: Can't open file syntax/clojure.vim
E484: Can't open file syntax/clojure.vim
Press ENTER or type command to continue

Comments (2)

  1. Lars Yencken repo owner

    Hi Dror, it looks like you're using a vim install that doesn't provide clojure highlighting out of the box. Clojure doesn't ship with vim until v7.3.803.

    Could you try adding clojure syntax support manually and see if it helps? If it does, I'll add that to the README for this case. Here's how you do it, if you already have pathogen installed:

    cd ~/.vim/bundle
    git clone https://github.com/guns/vim-clojure-static
    

    Then try editing the Drakefile again.

  2. Dr. Dror Atariah reporter

    This solved the problem! I am using VIM - Vi IMproved 7.3 (2010 Aug 15, compiled Aug 22 2015 15:38:58) --- the one shipped with OS X and adding the bundle that you described solved the issue.

  3. Log in to comment