diff options
author | w0rp <w0rp@users.noreply.github.com> | 2018-07-20 21:05:24 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-07-20 21:05:24 +0100 |
commit | 04fbea6e80e010ffc242cc13daed6279f5d5aadf (patch) | |
tree | 244df0f15ce16a73259e98dbb4d54fec56277195 /doc | |
parent | 0d37aaac7a6f2a6291d7db1032fe08196164fc73 (diff) | |
parent | ad986a8d821c343cafa363ebb4399fe589a373e1 (diff) | |
download | ale-04fbea6e80e010ffc242cc13daed6279f5d5aadf.zip |
Merge pull request #1736 from unpairedbracket/master
Add support for Fortran language server by @hansec
Diffstat (limited to 'doc')
-rw-r--r-- | doc/ale-fortran.txt | 19 | ||||
-rw-r--r-- | doc/ale.txt | 3 |
2 files changed, 21 insertions, 1 deletions
diff --git a/doc/ale-fortran.txt b/doc/ale-fortran.txt index ed6bc724..c9b7e8e2 100644 --- a/doc/ale-fortran.txt +++ b/doc/ale-fortran.txt @@ -33,4 +33,23 @@ g:ale_fortran_gcc_use_free_form *g:ale_fortran_gcc_use_free_form* =============================================================================== +language_server *ale-fortran-language-server* + +g:ale_fortran_language_server_executable *g:ale_fortran_language_server_executable* + *b:ale_fortran_language_server_executable* + Type: |String| + Default: `'fortls'` + + This variable can be changed to modify the executable used for the Fortran + Language Server. + +g:ale_fortran_language_server_use_global *g:ale_fortran_language_server_use_global* + *b:ale_fortran_language_server_use_global* + Type: |Number| + Default: `get(g:, 'ale_use_global_executables', 0)` + + See |ale-integrations-local-executables| + + +=============================================================================== vim:tw=78:ts=2:sts=2:sw=2:ft=help:norl: diff --git a/doc/ale.txt b/doc/ale.txt index 96bbc89b..589b58f9 100644 --- a/doc/ale.txt +++ b/doc/ale.txt @@ -76,6 +76,7 @@ CONTENTS *ale-contents* fish..................................|ale-fish-options| fortran...............................|ale-fortran-options| gcc.................................|ale-fortran-gcc| + language_server.....................|ale-fortran-language-server| fountain..............................|ale-fountain-options| fusionscript..........................|ale-fuse-options| fusion-lint.........................|ale-fuse-fusionlint| @@ -355,7 +356,7 @@ Notes: * Erb: `erb`, `erubi`, `erubis` * Erlang: `erlc`, `SyntaxErl` * Fish: `fish` (-n flag) -* Fortran: `gcc` +* Fortran: `gcc`, `language_server` * Fountain: `proselint` * FusionScript: `fusion-lint` * Git Commit Messages: `gitlint` |