ajpaulson / julia-syntax.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/ajpaulson/julia-syntax.vim

Using vundle

Add a new plugin line to your .vimrc:

Plugin 'JuliaLang/julia-vim'

Run vim and update your bundles:

:PluginInstall!

Manually

Copy (or symlink) the contents of this repository into the vim application support directory:

git clone git://github.com/ajpaulson/julia-syntax.vim
cd julia-syntax.vim
mkdir -p ~/.vim
cp -R * ~/.vim

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

Complete documentation

The full documentation is available from Vim. Vundle and other plugin managers will generate the required help tags automatically, so that you just need to type :help julia-vim. Otherwise use :help helptags in ViM and see how to generate them.

About

Vim support for Julia.

http://julialang.org/

License:Other


Languages

Language:Vim Script 100.0%