diff --git a/README.md b/README.md index 4974f9e..9908a31 100644 --- a/README.md +++ b/README.md @@ -34,6 +34,7 @@ This repository contains the 'channel.json' file which lists all official micro | `quickfix` | Adds a functionality similar to VIM quickfix pane | https://github.com/serge-v/micro-quickfix | :heavy_check_mark: | | `jump` | Jump to any function, class or heading with F4. Go, Markdown, Python, C and in 40 other languages | https://github.com/terokarvinen/micro-jump | :heavy_check_mark: | | `detectindent` | Automatically detect indentation settings | https://github.com/dmaluka/micro-detectindent | :heavy_check_mark: | +| `nelua` | Nelua support for Micro text editor | https://github.com/leapofazzam123/micro-nelua-plugin | :heavy_check_mark: | ## Adding your own plugin diff --git a/channel.json b/channel.json index 353e702..434f5ad 100644 --- a/channel.json +++ b/channel.json @@ -84,5 +84,8 @@ "https://raw.githubusercontent.com/terokarvinen/micro-jump/main/repo.json", // detectindent plugin - "https://raw.githubusercontent.com/dmaluka/micro-detectindent/master/repo.json" + "https://raw.githubusercontent.com/dmaluka/micro-detectindent/master/repo.json", + + // Nelua plugin + "https://raw.githubusercontent.com/leapofazzam123/micro-nelua-plugin/main/repo.json" ]