ソースを参照

Moved OmniSharpServer to third_party folder

Strahinja Val Markovic 10 年 前
コミット
ea8ef9c34a
2 ファイル変更3 行追加3 行削除
  1. 3 3
      .gitmodules
  2. 0 0
      third_party/OmniSharpServer

+ 3 - 3
.gitmodules

@@ -1,9 +1,9 @@
 [submodule "third_party/jedi"]
 	path = third_party/jedi
 	url = https://github.com/davidhalter/jedi
-[submodule "python/ycm/completers/cs/OmniSharpServer"]
-	path = python/ycm/completers/cs/OmniSharpServer
-	url = https://github.com/nosami/OmniSharpServer.git
+[submodule "third_party/OmniSharpServer"]
+	path = third_party/OmniSharpServer
+	url = https://github.com/nosami/OmniSharpServer
 [submodule "third_party/requests-futures"]
 	path = third_party/requests-futures
 	url = https://github.com/ross/requests-futures

+ 0 - 0
python/ycm/completers/cs/OmniSharpServer → third_party/OmniSharpServer