An open API service indexing awesome lists of open source software.

https://github.com/hrsh7th/completion-snippet

The vim-vsnip snippet collection for completion.
https://github.com/hrsh7th/completion-snippet

Last synced: 2 months ago
JSON representation

The vim-vsnip snippet collection for completion.

Awesome Lists containing this project

README

          

# completion-snippet

The VSCode's snippet collection for completion.

# Concept

- Intented to use with completion
- Prefix should be similar to the language syntax elements
- Block-wise statement should expand `$TM_SELECTED_TEXT`

# Usage

```vim
nmap c (vsnip-cut-text)
xmap c (vsnip-cut-text)
```