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.
- Host: GitHub
- URL: https://github.com/hrsh7th/completion-snippet
- Owner: hrsh7th
- Created: 2022-11-22T04:26:56.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-11-22T10:18:20.000Z (almost 3 years ago)
- Last Synced: 2025-01-03T08:14:04.584Z (9 months ago)
- Size: 2.93 KB
- Stars: 5
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)
```