/julia-vim

Vim support for Julia

Primary LanguageVimL

How to install

Using pathogen

cd ~/.vim
mkdir -p bundle && cd bundle
git clone git://github.com/JuliaLang/julia-vim.git

Using vundle

Add a new bundle to your .vimrc:

Bundle 'JuliaLang/julia-vim'

Run vim and update your bundles:

:BundleInstall!

Manually

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 * ~/.vim

Julia should appear as a file type and be automatically detected for files with the .j extension.