diff --git a/.gitmodules b/.gitmodules index 7dfea5ba..98b76b0f 100644 --- a/.gitmodules +++ b/.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 diff --git a/python/ycm/completers/cs/OmniSharpServer b/third_party/OmniSharpServer similarity index 100% rename from python/ycm/completers/cs/OmniSharpServer rename to third_party/OmniSharpServer