From 9c6b181f92a20b62025166d4092a528379686221 Mon Sep 17 00:00:00 2001 From: Evan Friis Date: Wed, 15 Apr 2015 10:13:15 -0700 Subject: [PATCH] Add short blurb for native completers. Remove missing TOC entries. --- README.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index c61acc61..7d4c0cf5 100644 --- a/README.md +++ b/README.md @@ -16,9 +16,6 @@ YouCompleteMe: a code-completion engine for Vim - [Completion string ranking](#completion-string-ranking) - [General semantic completion](#general-semantic-completion-engine-usage) - [C-family semantic completion](#c-family-semantic-completion-engine-usage) - - [Python semantic completion](#python-semantic-completion) - - [C# semantic completion](#c-semantic-completion) - - [Go semantic completion](#go-semantic-completion) - [Semantic completion for other languages](#semantic-completion-for-other-languages) - [Writing new semantic completers](#writing-new-semantic-completers) - [Diagnostic display](#diagnostic-display) @@ -504,6 +501,11 @@ your file. ### Semantic completion for other languages +Python, C#, and Go are supported natively by YouCompleteMe using the [Jedi][], +[Omnisharp][], and [Gocode][] engines, respectively. Check the +[installation](#installation) section for instructions to enable these features +if desired. + YCM will use your `omnifunc` (see `:h omnifunc` in Vim) as a source for semantic completions if it does not have a native semantic completion engine for your file's filetype. Vim comes with okayish omnifuncs for various languages like