From 6b6e91707ecf621a0bedad154351db8f1ccc2123 Mon Sep 17 00:00:00 2001 From: Jacob McDonnell Date: Wed, 26 Oct 2022 11:10:13 -0400 Subject: Working on merging to one branch --- .config/micro/plug/snippets/README.md | 26 -------------------------- 1 file changed, 26 deletions(-) delete mode 100644 .config/micro/plug/snippets/README.md (limited to '.config/micro/plug/snippets/README.md') 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 -``` -- cgit v1.2.3