I've read five other questions about this on Stackoverflow, and github and so on, but have not been able to solve this problem, and am totally lost at this point.
I'm on Ubuntu 11.10 with Vim 7.3.
Here's my .vimrc
set nocp
call pathogen#infect()
syntax on
filetype plugin indent on
call pathogen#infect()
colorscheme xoria256
set rnu
set expandtab
set tabstop=2
set shiftwidth=2
set cindent
set virtualedit=all
pathogen.vim is in ~/.vim/autoload and I've got vim-jade and vim-surround in ~/.vim/bundle/
I don't get any errors when I run vim index.jade I just don't have syntax highlighting and I can't use the vim surround commands.
Any help would rock! I've been at this for a few hours.