]> Freerunner's - dotfiles.git/commitdiff
kak: update config
authorAndre Ramnitz <tux.rising@gmail.com>
Mon, 11 Dec 2023 06:02:40 +0000 (07:02 +0100)
committerAndre Ramnitz <tux.rising@gmail.com>
Sun, 18 Aug 2024 16:18:52 +0000 (18:18 +0200)
kak/.config/kak/kakrc

index 1683b7265d3c8f5e9c3dddd3963b5c31cf39e21b..252332980bff8ce92ccca1dde6b10b0e09f10216 100644 (file)
@@ -13,7 +13,6 @@ colorscheme default
 set-option global tabstop 4
 set-option global indentwidth 4
 
-
 # dynamic scrolloff
 # ─────────────────
 hook global WinCreate [^*].* %{
@@ -148,17 +147,7 @@ plug "andreyorst/plug.kak" noload
     }
     plug "whereswaldon/shellcheck.kak"
     plug "kakounedotcom/prelude.kak"
-    plug "kakounedotcom/connect.kak"
     plug "occivink/sudo-write.kak"
-    plug "smooth-scroll.kak"
 
 # PLUGin ends
 
-# set up plugins
-# ─────────────────────
-
-# for connect.kak
-require-module prelude
-require-module connect
-require-module connect-dolphin
-