tools/lsp: remove redundant lsp-clients-lua-language-server-bin

This was already upstreamed.
This commit is contained in:
Henrik Lissner 2021-04-14 12:41:56 -04:00
parent c6523761ac
commit 241e040e4d

View file

@ -50,10 +50,6 @@ about it (it will be logged to *Messages* however).")
lsp-vetur-global-snippets-dir (expand-file-name "vetur" lsp-vetur-global-snippets-dir (expand-file-name "vetur"
(or (bound-and-true-p +snippets-dir) (or (bound-and-true-p +snippets-dir)
(concat doom-private-dir "snippets/"))) (concat doom-private-dir "snippets/")))
lsp-clients-lua-language-server-bin (concat lsp-server-install-dir "lua-language-server/"
(cond (IS-MAC "bin/macOS")
(IS-LINUX "bin/Linux")
(IS-WINDOWS "bin/Windows")))
lsp-xml-jar-file (concat lsp-server-install-dir "org.eclipse.lsp4xml-0.3.0-uber.jar") lsp-xml-jar-file (concat lsp-server-install-dir "org.eclipse.lsp4xml-0.3.0-uber.jar")
lsp-groovy-server-file (concat lsp-server-install-dir "groovy-language-server-all.jar")) lsp-groovy-server-file (concat lsp-server-install-dir "groovy-language-server-all.jar"))