https://github.com/gmemstr/sublime-gitlab-snippets
sublime plugin for gitlab snippets
https://github.com/gmemstr/sublime-gitlab-snippets
Last synced: 10 months ago
JSON representation
sublime plugin for gitlab snippets
- Host: GitHub
- URL: https://github.com/gmemstr/sublime-gitlab-snippets
- Owner: gmemstr
- Created: 2019-02-20T16:22:53.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-04-09T21:40:33.000Z (almost 7 years ago)
- Last Synced: 2025-01-26T13:41:29.835Z (12 months ago)
- Language: Python
- Size: 2.93 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Sublime GitLab Snippets
=======================
Configuration:
```json
{
"gitlab_token": "personal token",
"gitlab_url": "gitlab instance",
}
```
See https://docs.gitlab.com/ee/user/profile/personal_access_tokens.html for getting your personal access token.
CTRL+G to display your snippets, enter to load it into the editor.