From 0024c80f9a28eb5257d9ae56f5db23c65d9983be Mon Sep 17 00:00:00 2001 From: Andre Ramnitz Date: Tue, 12 Dec 2023 05:33:27 +0100 Subject: [PATCH] kak: update config --- .gitmodules | 4 ++++ kak/.config/kak/kakrc | 2 +- .../kak/plugins/{sudo-write.kak => kakoune-sudo-write} | 0 3 files changed, 5 insertions(+), 1 deletion(-) rename kak/.config/kak/plugins/{sudo-write.kak => kakoune-sudo-write} (100%) diff --git a/.gitmodules b/.gitmodules index 3b36fa19..c763f2e7 100644 --- a/.gitmodules +++ b/.gitmodules @@ -34,3 +34,7 @@ path = kak/.config/kak/plugins/foot.kak url = https://github.com/kkga/foot.kak branch = master +[submodule "kakoune-sudo-write"] + path = kak/.config/kak/plugins/kakoune-sudo-write + url = https://github.com/occivink/kakoune-sudo-write + branch = master diff --git a/kak/.config/kak/kakrc b/kak/.config/kak/kakrc index 5b0f4c8f..28a6f2b1 100644 --- a/kak/.config/kak/kakrc +++ b/kak/.config/kak/kakrc @@ -31,7 +31,7 @@ plug "andreyorst/plug.kak" noload } plug "whereswaldon/shellcheck.kak" plug "kakounedotcom/prelude.kak" - plug "occivink/sudo-write.kak" + plug "occivink/kakoune-sudo-write" plug "foot.kak" # Look and Feel diff --git a/kak/.config/kak/plugins/sudo-write.kak b/kak/.config/kak/plugins/kakoune-sudo-write similarity index 100% rename from kak/.config/kak/plugins/sudo-write.kak rename to kak/.config/kak/plugins/kakoune-sudo-write -- 2.51.2