Add short blurb for native completers.

Remove missing TOC entries.
This commit is contained in:
Evan Friis 2015-04-15 10:13:15 -07:00
parent 9a2bfbfd4a
commit 9c6b181f92

View File

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