Skip to content

ajpaulson/julia-syntax.vim

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Releases

No releases published

Packages

No packages published

Languages

  • Vim Script 100.0%