From fa2eef63bce59ce8812cdb6fb1fe53a8495653a6 Mon Sep 17 00:00:00 2001 From: Serge Voilokov Date: Tue, 18 May 2021 16:53:20 -0400 Subject: [PATCH] Add delve plugin --- README.md | 1 + channel.json | 5 ++++- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 590e470..ce8b0eb 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: | +| `delve` | Integrates golang delve debugger | https://github.com/serge-v/micro-delve | :heavy_check_mark: | ## Adding your own plugin diff --git a/channel.json b/channel.json index 353e702..16e3e8b 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", + + // delve plugin + "https://raw.githubusercontent.com/serge-v/micro-delve/main/repo.json" ]