From ea8ef9c34a67a48d3f5f8ad6eea4d72d8c68aa92 Mon Sep 17 00:00:00 2001 From: Strahinja Val Markovic Date: Mon, 12 May 2014 16:14:29 -0700 Subject: [PATCH] Moved OmniSharpServer to third_party folder --- .gitmodules | 6 +++--- {python/ycm/completers/cs => third_party}/OmniSharpServer | 0 2 files changed, 3 insertions(+), 3 deletions(-) rename {python/ycm/completers/cs => third_party}/OmniSharpServer (100%) 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