summaryrefslogtreecommitdiff
path: root/.config/micro/plug/snippets/README.md
blob: 54cf3b9c39d754f3e062b7fbb0b2c6993cb7c225 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
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
```