mirror of
https://github.com/amix/vimrc
synced 2025-07-27 23:45:00 +08:00
Update Ale.
This commit is contained in:
@ -13,6 +13,12 @@ g:ale_haskell_brittany_executable *g:ale_haskell_brittany_executable*
|
||||
This variable can be changed to use a different executable for brittany.
|
||||
|
||||
|
||||
===============================================================================
|
||||
cspell *ale-haskell-cspell*
|
||||
|
||||
See |ale-cspell-options|
|
||||
|
||||
|
||||
===============================================================================
|
||||
floskell *ale-haskell-floskell*
|
||||
|
||||
@ -136,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*
|
||||
|
||||
|
Reference in New Issue
Block a user