From 05866ead2b7ee7adeb0dc208a59724a171fbbd44 Mon Sep 17 00:00:00 2001 From: ZachIR Date: Mon, 30 Jun 2025 00:38:52 -0500 Subject: Remove vimplug-nvim from Makefile --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index d850e2a..28bc66e 100644 --- a/Makefile +++ b/Makefile @@ -5,7 +5,7 @@ DCONFS := doas.conf all: -install: install-zshconfigs install-shconfigs vimplug-vim vimplug-nvim +install: install-zshconfigs install-shconfigs vimplug-vim install-zshconfigs: $(ZCONFS) @echo "Installing zsh conf files..." -- cgit v1.2.3 From 5d19591cc90783791a1046fdab801c0e8d7f9158 Mon Sep 17 00:00:00 2001 From: ZachIR Date: Mon, 30 Jun 2025 00:39:11 -0500 Subject: Add vidoas to doas.conf --- doas.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/doas.conf b/doas.conf index 90ab328..d598fa1 100644 --- a/doas.conf +++ b/doas.conf @@ -12,6 +12,7 @@ permit nopass :wheel cmd pacman permit nopass :wheel cmd cryptsetup permit nopass :wheel cmd systemctl permit setenv { EDITOR } :wheel cmd visudo args +permit setenv { EDITOR } :wheel cmd vidoas args permit setenv { EDITOR } :wheel cmd vimv permit nopass keepenv zachir as zachir -- cgit v1.2.3