-
How do I enable the latex LSP for git commit messages? My [language-server.latex]
command = "<path-to>/ltex-ls-16.0.0/bin/ltex-ls"
[[language]]
name = "git-commit"
language-servers = [ { name = "latex" } ]
But if I do |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
You have several typos
|
Beta Was this translation helpful? Give feedback.
-
I use the latest helix ( Also the name change is not necessary. The problem was that the LSP takes forever to initialize (10s) because there is some error on |
Beta Was this translation helpful? Give feedback.
I use the latest helix (
helix 23.10 (a98ad137)
), so my syntax is fine.Also the name change is not necessary. The problem was that the LSP takes forever to initialize (10s) because there is some error on
ltex-ls
side. Didn't spotted it, because I quit always before the 10s were over.