From 4b8b2b3f71dbd8f5df00f8cec8d06776b9147d45 Mon Sep 17 00:00:00 2001 From: Abouzar Parvan Date: Tue, 27 Jul 2021 23:03:24 +0430 Subject: appreantly omnisharp has changed (#1136) --- lua/default-config.lua | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'lua/default-config.lua') 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, -- cgit v1.2.3