appreantly omnisharp has changed (#1136)

This commit is contained in:
Abouzar Parvan 2021-07-27 23:03:24 +04:30 committed by GitHub
parent 1c01b8589a
commit 4b8b2b3f71
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

@ -128,7 +128,9 @@ lvim.lang = {
setup = {
cmd = {
DATA_PATH .. "/lspinstall/csharp/omnisharp/run",
"--stdio",
"--languageserver",
"--hostPID",
tostring(vim.fn.getpid()),
},
on_attach = common_on_attach,
capabilities = common_capabilities,