From df72c5f1c11726a8db2c9c22fa579ee59238d0aa Mon Sep 17 00:00:00 2001 From: Bartolomeo Stellato Date: Fri, 7 Sep 2018 11:11:29 -0400 Subject: Added various files to integrate julia. Still not working. --- doc/ale-julia.txt | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 doc/ale-julia.txt (limited to 'doc') diff --git a/doc/ale-julia.txt b/doc/ale-julia.txt new file mode 100644 index 00000000..3795c8ef --- /dev/null +++ b/doc/ale-julia.txt @@ -0,0 +1,20 @@ +=============================================================================== +ALE Julia Integration *ale-julia-options* + +=============================================================================== +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* + + Type: String + Default: 'julia' + + Path to the julia exetuable. + +=============================================================================== + vim:tw=78:ts=2:sts=2:sw=2:ft=help:norl: + -- cgit v1.2.3 From 91bb948b908a1bcb500a34e7fd1542388ace58e1 Mon Sep 17 00:00:00 2001 From: Bartolomeo Stellato Date: Sat, 8 Sep 2018 14:11:11 -0400 Subject: Try to fix CI --- doc/ale-julia.txt | 8 ++++---- doc/ale.txt | 2 ++ 2 files changed, 6 insertions(+), 4 deletions(-) (limited to 'doc') 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' diff --git a/doc/ale.txt b/doc/ale.txt index 2c018a10..931006b8 100644 --- a/doc/ale.txt +++ b/doc/ale.txt @@ -144,6 +144,8 @@ CONTENTS *ale-contents* jsonlint............................|ale-json-jsonlint| jq..................................|ale-json-jq| prettier............................|ale-json-prettier| + julia.................................|ale-julia-options| + languageserver......................|ale-julia-languageserver| kotlin................................|ale-kotlin-options| kotlinc.............................|ale-kotlin-kotlinc| ktlint..............................|ale-kotlin-ktlint| -- cgit v1.2.3 From b3adf241c3ec2af295599a7a6469d8b208ff5817 Mon Sep 17 00:00:00 2001 From: Bartolomeo Stellato Date: Sat, 8 Sep 2018 16:05:34 -0400 Subject: Fix other warnings --- doc/ale-julia.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc') diff --git a/doc/ale-julia.txt b/doc/ale-julia.txt index c65a4f52..51532419 100644 --- a/doc/ale-julia.txt +++ b/doc/ale-julia.txt @@ -10,7 +10,7 @@ within julia. g:ale_julia_executable *g:ale_julia_executable* *b:ale_julia_executable* - Type: String + Type: |String| Default: 'julia' Path to the julia exetuable. -- cgit v1.2.3 From 169e4b67d3762cf03bd11eb8c2f6e11a43c45919 Mon Sep 17 00:00:00 2001 From: Bartolomeo Stellato Date: Sun, 9 Sep 2018 14:47:55 -0400 Subject: Added julia to the list in ale-support docs --- doc/ale.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'doc') diff --git a/doc/ale.txt b/doc/ale.txt index 931006b8..cf14c93c 100644 --- a/doc/ale.txt +++ b/doc/ale.txt @@ -396,6 +396,7 @@ Notes: * Java: `checkstyle`, `javac`, `google-java-format`, `PMD`, `javalsp` * JavaScript: `eslint`, `flow`, `jscs`, `jshint`, `prettier`, `prettier-eslint`, `prettier-standard`, `standard`, `xo` * JSON: `fixjson`, `jsonlint`, `jq`, `prettier` +* Julia: `languageserver` * Kotlin: `kotlinc`!!, `ktlint`!!, `languageserver` * LaTeX (tex): `alex`!!, `chktex`, `lacheck`, `proselint`, `redpen`, `vale`, `write-good` * Less: `lessc`, `prettier`, `stylelint` -- cgit v1.2.3