Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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
```