Home

Awesome

μSnip

Minimalistic snippet management for Vim.

Installation

Check your favourite plugin manager or :h pack-add if you do not use any.

Usage

This plugin uses :h compl-function to expand snippets. This also requires it to attach to CompleteDone auto command which has some changes in default behaviour:

Oh, and this currently remaps <Tab> in insert mode in the way that it doesn't work anymore. I will try to fix it soon, but for now you should change to use i_CTRL-T and i_CTRL-D instead.

Special thanks

And other authors of vim-minisnip. This is greatly based on their tremendous work.