diff options
author | Abouzar Parvan <[email protected]> | 2021-07-27 23:03:24 +0430 |
---|---|---|
committer | GitHub <[email protected]> | 2021-07-27 14:33:24 -0400 |
commit | 4b8b2b3f71dbd8f5df00f8cec8d06776b9147d45 (patch) | |
tree | 878ca7608332a4e43707d81e215cec9413f08336 | |
parent | 1c01b8589af63a59c5ed244ad2274e7bd493b9d1 (diff) |
appreantly omnisharp has changed (#1136)
-rw-r--r-- | lua/default-config.lua | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/lua/default-config.lua b/lua/default-config.lua index 3029e47a..77087fe5 100644 --- a/lua/default-config.lua +++ b/lua/default-config.lua @@ -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, |