How to Install vim-ultisnips in Ubuntu 18.04



Install vim-ultisnips by entering the following commands in the terminal:

sudo apt update
sudo apt install vim-ultisnips

Description:

snippet solution for Vim

UltiSnips provides snippet management for the Vim editor. A snippet is a short piece of text that is either re-used often or contains a lot of redundant text. UltiSnips allows you to insert a snippet with only a few key strokes. Snippets are common in structured text like source code but can also be used for general editing like, for example, inserting a signature in an email or inserting the current date in a text file. . This plugin can utilize the snippets provided by the vim-snippets package.

Homepage: https://github.com/SirVer/ultisnips

Version: 3.1-3

Section: universe/editors