Skip to content

hector-fc/julia-vim

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

99 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 .jl extension.

About

Vim support for Julia.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published