tapichu / julia-vim

Vim support for Julia

Home Page:http://julialang.org/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Vim support for Julia

http://julialang.org/


Languages

Language:Vim Script 100.0%