Closed
Description
I'm trying to make the new multi LSP support works with ltex-ls
and texlab
.
My problem is that ltex-ls
do not use the en-GB
and do not use my custom dictionary. I guess that the config is not passed to the language server.
Here is my config file.
[[language]]
name = "latex"
language-servers = [ "ltex-ls-custom" ,"texlab" ]
file-types = ["tex"]
scope = "source.tex"
roots = []
[language-server.ltex-ls-custom]
command = "ltex-ls"
args = ["--log-file=/tmp"]
config = { language = "en-GB", dictionary = { "en-GB" = ["somecustomwords"] } }
[language-server.texlab]
command = "texlab"
Did I miss something or is it a bug ??
Note : On the last release
ltex-ls
works as expected.
I renamed the LSPls-ltex-custom
because I already have a default configuration and I would like to be sure that is not a conflict.
Metadata
Metadata
Assignees
Labels
No labels