Skip to content

Commit

Permalink
doc: vim-easycomplete supports ultisnips. More info: <https://github.…
Browse files Browse the repository at this point in the history
  • Loading branch information
jayli authored Feb 13, 2022
1 parent 2a06971 commit 3d78b73
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@ speed being one of them.
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 [deoplete](https://github.com/Shougo/deoplete.nvim), and more. I can
integrates with [deoplete](https://github.com/Shougo/deoplete.nvim),
[vim-easycomplete](https://github.com/jayli/vim-easycomplete) and more. 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
Expand Down
4 changes: 4 additions & 0 deletions doc/UltiSnips.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1784,6 +1784,10 @@ offers out of the box completion dialogue support for it too.
deoplete - The successor of neocomplete is also supported. The completion
source is called 'ultisnips'.

vim-easycomplete - Vim-EasyComplete needs ultisnips and vim-snippets for
snippets support. This two plugin is compatible with EasyComplete out of
the box. More information: <https://github.com/jayli/vim-easycomplete>

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: >
Expand Down

0 comments on commit 3d78b73

Please sign in to comment.