-
Notifications
You must be signed in to change notification settings - Fork 33
Home
zyedidia edited this page Jun 27, 2015
·
7 revisions
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 variableflycheck-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.