commit 15ea952f71be15245ce73f8a326ef59c04a4e6a0
parent 6719c3daabba7c84effe33177f15cd745feab450
Author: Jan Pobříslo <ccx@te2000.cz>
Date: Tue, 21 Feb 2023 16:07:41 +0100
Add NeoVim + python bindings for GhostText extension to alpine-browsers
Diffstat:
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/zsh-functions/confz_site_containers_init b/zsh-functions/confz_site_containers_init
@@ -366,6 +366,7 @@ confz_site_container_images_check() {
visurf
w3m
coreutils # cat -s in ff-mkprofile
+ py3-pynvim neovim # neovim + bindings for https://github.com/fregante/GhostText
)
require site_container_alpine :containers_dir :svscan_dir \
image_name=alpine-browsers packages="$alpine_browsers"