Fix lua-language-server paths for Arch package

This commit is contained in:
Adam Goldsmith 2024-08-09 21:58:02 -04:00
parent bb2f4a9019
commit 82dce2ac5d

View File

@ -618,6 +618,9 @@
lsp-inhibit-message t lsp-inhibit-message t
lsp-eldoc-render-all nil lsp-eldoc-render-all nil
lsp-pylsp-plugins-jedi-use-pyenv-environment t lsp-pylsp-plugins-jedi-use-pyenv-environment t
lsp-clients-lua-language-server-install-dir "/usr/lib/lua-language-server/"
lsp-clients-lua-language-server-bin "/usr/bin/lua-language-server"
lsp-clients-lua-language-server-main-location "/usr/lib/lua-language-server/main.lua"
lsp-pylsp-plugins-pycodestyle-enabled nil lsp-pylsp-plugins-pycodestyle-enabled nil
lsp-pylsp-plugins-pydocstyle-enabled nil lsp-pylsp-plugins-pydocstyle-enabled nil
lsp-pylsp-plugins-flake8-enabled t) lsp-pylsp-plugins-flake8-enabled t)