https://github.com/iryukizo/snippets
Vim snippets collection.
https://github.com/iryukizo/snippets
c golang snippets vim
Last synced: 9 months ago
JSON representation
Vim snippets collection.
- Host: GitHub
- URL: https://github.com/iryukizo/snippets
- Owner: iRyukizo
- Created: 2020-09-09T15:42:46.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2025-04-06T11:10:42.000Z (about 1 year ago)
- Last Synced: 2025-10-12T18:03:16.654Z (9 months ago)
- Topics: c, golang, snippets, vim
- Language: Vim Snippet
- Homepage:
- Size: 30.3 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# My Snippets
-------------
### About
This is a collection of snippets for personnal use.
It is meant to be used with [**UltiSnips**](https://github.com/SirVer/ultisnips), not SnipMates.
Documentation will come.
------------------------
### Installation
snippets follows the standard runtime path structure, it can be installed with plugin-managers.
- Pathogen
- `git clone https://github.com/iryukizo/snippets ~/.vim/bundle/snippets`
- Vundle
- `Plugin 'iryukizo/snippets'`
- Vim-plug
- `Plug 'iryukizo/snippets'`
--------------------