Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rochacbruno-archive/micro-snippets-plugin
Snippets plugin for the Micro Editor
https://github.com/rochacbruno-archive/micro-snippets-plugin
Last synced: 9 days ago
JSON representation
Snippets plugin for the Micro Editor
- Host: GitHub
- URL: https://github.com/rochacbruno-archive/micro-snippets-plugin
- Owner: rochacbruno-archive
- License: mit
- Created: 2020-03-15T02:39:31.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2022-03-15T08:01:52.000Z (almost 3 years ago)
- Last Synced: 2025-01-02T15:49:01.989Z (16 days ago)
- Size: 85 KB
- Stars: 1
- Watchers: 3
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
This project was originally created by [boombuler](https://github.com/boombuler)
## Introduction
This is a simple snippet plugin for the [Micro](https://github.com/zyedidia/micro) editor.
The plugin comes with some snippet files which are taken from [vim-snippets](https://github.com/honza/vim-snippets)
Have a look at those repositories for their license and additional information!
Other [plugins](https://github.com/micro-editor/plugin-channel) for Micro editor
## Install Snippet Plugin
### From Micro Version 1
'ctrl-e'
'plugin install snippets'
### From Micro Version 2
```bash
cd ~/.config/micro/plug
git clone https://github.com/tommyshem/micro-snippets-plugin.git snippets
```