tools/lsp: remove redundant lsp-clients-lua-language-server-bin
This was already upstreamed.
This commit is contained in:
parent
c6523761ac
commit
241e040e4d
1 changed files with 0 additions and 4 deletions
|
@ -50,10 +50,6 @@ about it (it will be logged to *Messages* however).")
|
|||
lsp-vetur-global-snippets-dir (expand-file-name "vetur"
|
||||
(or (bound-and-true-p +snippets-dir)
|
||||
(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-groovy-server-file (concat lsp-server-install-dir "groovy-language-server-all.jar"))
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue