From ec4da3c1af9231ca137bb87d6d28efe3f299bbef Mon Sep 17 00:00:00 2001 From: Strahinja Val Markovic Date: Tue, 14 Apr 2015 16:21:17 -0700 Subject: [PATCH] Removing obsolete sections from the README No need to mention semantic engine submodule conf because correct submodule checkout is mandatory (and has been for years) for YCM to work correctly. Not to mention that ycmd is what has the Jedi/OmniSharp submodules now, not YCM itself. --- README.md | 24 ------------------------ 1 file changed, 24 deletions(-) diff --git a/README.md b/README.md index c386cb2f..c9a0bb87 100644 --- a/README.md +++ b/README.md @@ -500,30 +500,6 @@ getting fast completions. Call the `:YcmDiags` command to see if any errors or warnings were detected in your file. -### Python semantic completion - -YCM uses [Jedi][] to power its semantic completion for Python. This should "just -work" without any configuration from the user. You do NOT need to install Jedi -yourself; YCM uses it as a git subrepo. If you're installing YCM with Vundle -(which is the recommended way) then Vundle will make sure that the subrepo is -checked out when you do `:PluginInstall`. If you're installing YCM by hand, then -you need to run `git submodule update --init --recursive` when you're checking -out the YCM repository. That's it. - -But again, installing YCM with Vundle takes care of all of this for you. - -### C# semantic completion - -YCM uses [OmniSharp][] to provide semantic completion for C#. It's used as a git -subrepo. If you're installing YCM with Vundle (which is the recommended way) -then Vundle will make sure that the subrepo is checked out when you do -`:PluginInstall`. If you're installing YCM by hand, then you need to run `git -submodule update --init --recursive` when you're checking out the YCM -repository. - -OmniSharp is written in C# and has to be compiled. The `install.sh` script takes -care of this if you pass `--omnisharp-completer` as an argument. - ### Semantic completion for other languages YCM will use your `omnifunc` (see `:h omnifunc` in Vim) as a source for semantic