diff options
author | Bartolomeo Stellato <bartolomeo.stellato@gmail.com> | 2018-09-08 14:11:11 -0400 |
---|---|---|
committer | Bartolomeo Stellato <bartolomeo.stellato@gmail.com> | 2018-09-08 14:11:11 -0400 |
commit | 91bb948b908a1bcb500a34e7fd1542388ace58e1 (patch) | |
tree | c4ea67af50d734945b80cb5a1ad6254477dfccdf /doc/ale-julia.txt | |
parent | 68ac4d10954b1f1d9f1ae890e0967014aeb00a52 (diff) | |
download | ale-91bb948b908a1bcb500a34e7fd1542388ace58e1.zip |
Try to fix CI
Diffstat (limited to 'doc/ale-julia.txt')
-rw-r--r-- | doc/ale-julia.txt | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/ale-julia.txt b/doc/ale-julia.txt index 3795c8ef..c65a4f52 100644 --- a/doc/ale-julia.txt +++ b/doc/ale-julia.txt @@ -1,14 +1,14 @@ =============================================================================== -ALE Julia Integration *ale-julia-options* +ALE Julia Integration *ale-julia-options* =============================================================================== -languageserver *ale-julia-languageserver* +languageserver *ale-julia-languageserver* To enable Julia LSP linter you need to install the LanguageServer.jl package within julia. -g:ale_julia_executable *g:ale_julia_executable* - *b:ale_julia_executable* +g:ale_julia_executable *g:ale_julia_executable* + *b:ale_julia_executable* Type: String Default: 'julia' |