summaryrefslogtreecommitdiff
path: root/.config/micro/plug/snippets/README.md
diff options
context:
space:
mode:
authorJacob McDonnell <jacob@simplelittledream.com>2022-10-26 11:10:13 -0400
committerJacob McDonnell <jacob@simplelittledream.com>2022-10-26 11:10:13 -0400
commit6b6e91707ecf621a0bedad154351db8f1ccc2123 (patch)
treee0bed306b683c344e3f429817b1ef04daba1c2f6 /.config/micro/plug/snippets/README.md
parent161a1bfb0b3e75e9f5241cd7dd8aafec455a67d5 (diff)
Working on merging to one branch
Diffstat (limited to '.config/micro/plug/snippets/README.md')
-rw-r--r--.config/micro/plug/snippets/README.md26
1 files changed, 0 insertions, 26 deletions
diff --git a/.config/micro/plug/snippets/README.md b/.config/micro/plug/snippets/README.md
deleted file mode 100644
index 54cf3b9..0000000
--- a/.config/micro/plug/snippets/README.md
+++ /dev/null
@@ -1,26 +0,0 @@
-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
-```