Mention deoplete as supported.

This commit is contained in:
Holger Rapp 2018-04-08 21:47:13 +02:00
parent c5ef0d0355
commit 1e35bb3802
2 changed files with 3 additions and 1 deletions

View File

@ -13,7 +13,7 @@ and is very fast.
In this demo I am editing a python file. I first expand the `#!` snippet, then
the `class` snippet. The completion menu comes from
[YouCompleteMe](https://github.com/Valloric/YouCompleteMe), UltiSnips also
integrates with [neocomplete](https://github.com/Shougo/neocomplete.vim). I can
integrates with [deoplete](https://github.com/Shougo/deoplete.nvim). I can
jump through placeholders and add text while the snippet inserts text in other
places automatically: when I add `Animal` as a base class, `__init__` gets
updated to call the base class constructor. When I add arguments to the

View File

@ -1762,6 +1762,8 @@ offers a really nice completion dialogue for snippets.
neocomplete - UltiSnips ships with a source for neocomplete and therefore
offers out of the box completion dialogue support for it too.
deoplete - The successor of neocomplete is also supported.
unite - UltiSnips has a source for unite. As an example of how you can use
it add the following function and mappings to your vimrc: >