From b96171e0e2ad4b5d4461f60e29a350223d0e4a07 Mon Sep 17 00:00:00 2001 From: Zachary Yedidia Date: Fri, 20 Aug 2021 16:17:54 -0400 Subject: [PATCH] Update snippets link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 590e470..4974f9e 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ This repository contains the 'channel.json' file which lists all official micro | Plugin | Description | Link | 2.0 Support | | --------------- | ------------------------------------------------------- | ------------------------------------------------------- | ---------------------------------------- | | `comment` | Plugin to auto comment or uncomment lines | https://github.com/micro-editor/comment-plugin | :heavy_check_mark: (provided by default) | -| `snippets` | Provides snippets functionality | https://github.com/tommyshem/micro-snippets-plugin | :heavy_check_mark: | +| `snippets` | Provides snippets functionality | https://github.com/micro-editor/updated-plugins/tree/master/micro-snippets-plugin | :heavy_check_mark: | | `go` | Provides `gofmt` and `goimports` support for Go files | https://github.com/micro-editor/go-plugin | :heavy_check_mark: | | `fish` | Provides `fishfmt` support for Fish files | https://github.com/onodera-punpun/micro-fish-plugin | :heavy_check_mark: | | `wc` | Plugin to count words/characters | https://github.com/adamnpeace/micro-wc-plugin | :heavy_check_mark: |