Use _config for LSP config options

This commit is contained in:
w0rp
2020-11-21 20:58:34 +00:00
parent 9692c0c64c
commit 681a6e371d
3 changed files with 8 additions and 8 deletions

View File

@@ -17,6 +17,6 @@ Execute(The project root should be detected correctly):
Execute(Should accept configuration settings):
AssertLSPConfig {}
let b:ale_r_languageserver_options = {'r': {'lsp': {'debug': 'true', 'diagnostics': 'true'}}}
let b:ale_r_languageserver_config = {'r': {'lsp': {'debug': 'true', 'diagnostics': 'true'}}}
AssertLSPConfig {'r': {'lsp': {'debug': 'true', 'diagnostics': 'true'}}}