fix cmake-language-server: error: unrecognized arguments: --stdio

This commit is contained in:
Abouzar Parvan 2021-08-09 12:43:59 +04:30 committed by GitHub
parent 29b532b5e3
commit 0e09963aff
WARNING! Although there is a key with this ID in the database it does not verify this commit! This commit is SUSPICIOUS.
GPG key ID: 4AEE18F83AFDEB23

View file

@ -254,7 +254,6 @@ lvim.lang = {
setup = {
cmd = {
DATA_PATH .. "/lspinstall/cmake/venv/bin/cmake-language-server",
"--stdio",
},
on_attach = common_on_attach,
on_init = common_on_init,