summaryrefslogtreecommitdiff
path: root/doc/ale-haskell.txt
diff options
context:
space:
mode:
Diffstat (limited to 'doc/ale-haskell.txt')
-rw-r--r--doc/ale-haskell.txt14
1 files changed, 14 insertions, 0 deletions
diff --git a/doc/ale-haskell.txt b/doc/ale-haskell.txt
index 1f41880d..9e65cc62 100644
--- a/doc/ale-haskell.txt
+++ b/doc/ale-haskell.txt
@@ -142,6 +142,20 @@ g:ale_haskell_hls_executable *g:ale_haskell_hls_executable*
language server.
+g:ale_haskell_hls_config *g:ale_haskell_hls_config*
+ *b:ale_haskell_hls_config*
+ Type: |Dictionary|
+ Default: `{}`
+
+ Dictionary with configuration settings for HLS. For example, to see more
+ completions:
+>
+ let g:ale_haskell_hls_config = {'haskell': {'maxCompletions': 250}}
+<
+ Refer to HLS documentation for possible settings:
+ https://haskell-language-server.readthedocs.io/en/latest/configuration.html#language-specific-server-options
+
+
===============================================================================
stack-build *ale-haskell-stack-build*