Using pathogen
cd ~/.vim
mkdir -p bundle && cd bundle
git clone git://github.com/JuliaLang/julia-vim.gitUsing vundle
Add a new bundle to your .vimrc:
Bundle 'JuliaLang/julia-vim'Run vim and update your bundles:
:BundleInstall!Copy (or symlink) the contents of this repository into the vim application support directory:
git clone git://github.com/JuliaLang/julia-vim.git
cd julia-vim
cp -R * ~/.vimJulia should appear as a file type and be automatically detected for files with the .jl extension.