Skip to content

Latest commit

 

History

History
21 lines (19 loc) · 1.46 KB

snippet.md

File metadata and controls

21 lines (19 loc) · 1.46 KB

Document for snippet

Installation

This engine is buildin. And will install automatically.
Ultisnips also requires Python3.

Requires:

Name Kind WebSite
Ultisnips Necessary ->
honza/vim-snippets Optional ->
snippets_preview Optional ->

Usages

  1. Expand a snippets in Normal mode by g:ECY_expand_snippets_key.
  2. Check Ultisnips for more.
  3. You may need some preset that is honza/vim-snippets.
  4. You may need to preview snippet in preview windows. Install snippets_preview!

Q: Why there are a few of Snippets options to complete? I need more.

A: ECY relies on Ultisnips which is a engine that fill in the snippets fragment. What snippets you provide to Ultisnips, what completion options you got in ECY. So there are so many nice and mature snippets that made by other fellows such as
honza/vim-snippets or CoreyMSchafer/code_snippets. If you want more, install the snippets you admire and Ultisnips will analize that snippets then provide to ECY and last to users.