Browse Source

Moved OmniSharpServer to third_party folder

Strahinja Val Markovic 10 years ago
parent
commit
ea8ef9c34a
2 changed files with 3 additions and 3 deletions
  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