소스 검색

appreantly omnisharp has changed (#1136)

Abouzar Parvan 4 년 전
부모
커밋
4b8b2b3f71
1개의 변경된 파일3개의 추가작업 그리고 1개의 파일을 삭제
  1. 3 1
      lua/default-config.lua

+ 3 - 1
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,