diff --git a/README.md b/README.md index f7edd0a..9077e16 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/doc/UltiSnips.txt b/doc/UltiSnips.txt index 260e931..6a97fc6 100644 --- a/doc/UltiSnips.txt +++ b/doc/UltiSnips.txt @@ -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: >