Skip to content
zyedidia edited this page Jun 27, 2015 · 7 revisions

Welcome to the Lint.jl wiki!

Editor supports

Here I collect people's effort to integrate Lint.jl into their Julia development environment.

  • Emacs flycheck (from @pao) ** Note that if the julia executable is not on your path, you need to customize--not setq--the variable flycheck-julia-lint-executable; if you try to use setq it just goes buffer-local.

  • Sublime (from @tomaskrehlik). It's now done natively via the lintserver function. See README.md

  • Vim (from @zyedidia). There is a Vim linter which uses Neomake (to take advantage of Neovim's asynchronous capabilities if you are using it) available [here] (https://github.com/zyedidia/julialint.vim). It uses the lintserver function.

Clone this wiki locally