Closed

Description
I am using my vim-slim plugin with vundle.
When I just use it with vundle, it ignores the ftdetect (It appears since the highlighting does not kick in) but when I manually run the commands out of the ftdetect file (IE :autocmd BufNewFile,BufRead *.slim set filetype=slim) and then open the slim files it loads the syntax highlighting.
Is there any reason that vundle would be ignoring the ftdetect directory?