summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorBen Spiers <ben.spiers22@gmail.com>2018-07-19 22:27:47 +0100
committerBen Spiers <ben.spiers22@gmail.com>2018-07-19 22:27:47 +0100
commite8bea510df1ce952ef877aec3c58b3c39d98b7ae (patch)
tree5d897fbe534b3f8e190e2ad4ebae6852749ef6f4 /doc
parent324838adae32f4062c2099c297530588fb80a1a3 (diff)
downloadale-e8bea510df1ce952ef877aec3c58b3c39d98b7ae.zip
Add documentation and testing for fortls
Diffstat (limited to 'doc')
-rw-r--r--doc/ale-fortran.txt19
-rw-r--r--doc/ale.txt1
2 files changed, 20 insertions, 0 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 2862057b..068ee16d 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|