From 6a6fcc3310050f8472ab67be92a4f5168a62afdf Mon Sep 17 00:00:00 2001 From: lukhof <52919807+lukhof@users.noreply.github.com> Date: Sun, 17 Oct 2021 17:41:12 +0200 Subject: [PATCH] Update channel.json Add splitterm plugin, a plugin which lets you run python/bash/perl code in a new split terminal. You can select portions of the code or run the whole file (if nothing is selected). --- channel.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/channel.json b/channel.json index 353e702..3fd9c87 100644 --- a/channel.json +++ b/channel.json @@ -85,4 +85,7 @@ // detectindent plugin "https://raw.githubusercontent.com/dmaluka/micro-detectindent/master/repo.json" + + //splitterm plugin + "https://raw.githubusercontent.com/lukhof/splitterm/main/repo.json" ]