From 8fad9a5ecddc88d57a531e4b0084544984f23d25 Mon Sep 17 00:00:00 2001 From: Jacob McDonnell Date: Sat, 16 Jul 2022 18:13:16 -0400 Subject: Added profile and other missing configs --- .config/micro/plug/snippets/README.md | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create 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 new file mode 100644 index 0000000..54cf3b9 --- /dev/null +++ b/.config/micro/plug/snippets/README.md @@ -0,0 +1,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 +``` -- cgit v1.2.3