Moved OmniSharpServer to third_party folder

This commit is contained in:
Strahinja Val Markovic 2014-05-12 16:14:29 -07:00
parent 19cf204b82
commit ea8ef9c34a
2 changed files with 3 additions and 3 deletions

6
.gitmodules vendored
View File

@ -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