mirror of
https://github.com/dense-analysis/ale.git
synced 2026-01-08 20:43:31 +08:00
Allow to configure haskell-language-server LSP config (#4038)
This commit is contained in:
@@ -25,3 +25,8 @@ Execute(The executable should be configurable):
|
||||
let g:ale_haskell_hls_executable = 'foobar'
|
||||
|
||||
AssertLinter 'foobar', ale#Escape('foobar') . ' --lsp'
|
||||
|
||||
Execute(Should accept configuration settings):
|
||||
AssertLSPConfig {}
|
||||
let b:ale_haskell_hls_config = {'haskell': {'maxCompletions': 250}}
|
||||
AssertLSPConfig {'haskell': {'maxCompletions': 250}}
|
||||
|
||||
Reference in New Issue
Block a user