I have setup vundle to handle my packages in MacVim. It correctly sets the filetype for all my other files, e.g. ruby, perl, etc.
However, it is not setting the filetype when I open a .clj file. When I run :set filetype?
it returns empty. So, vim isn't recognizing clojure files. I can :set filetype=clojure
and immediately get code completion and syntax highlighting; so I know VimClojure is working correctly.
What's the best way to "debug" this or find out where the issue lies?
- MacVim v7.3
- OS X 10.6
Thanks!
UPDATE
I already have filetype plugin indent on
and it's working for other packages (vim-ruby, vim-rails, etc.) that vundle is managing. Just not VimClojure.
Make sure your file extension is .clj, not .clojure nor .cloj