From 0ff0bb989c85ac014b01b842bce7bd05171758ab Mon Sep 17 00:00:00 2001 From: Daniel Fichtinger Date: Mon, 19 May 2025 16:40:22 -0400 Subject: [PATCH] AutoYADM commit: 2025-05-19 16:40:22 --- .config/kak/kakrc | 1 + .config/kak/{autoload => }/plugins.kak | 14 ++++++++------ 2 files changed, 9 insertions(+), 6 deletions(-) rename .config/kak/{autoload => }/plugins.kak (95%) diff --git a/.config/kak/kakrc b/.config/kak/kakrc index 2de8f673..d20072e1 100644 --- a/.config/kak/kakrc +++ b/.config/kak/kakrc @@ -1,5 +1,6 @@ eval %sh{ kak-tree-sitter -vvvvv -dks --init $kak_session } colorscheme ashen +source "%val{config}/plugins.kak" require-module fishr define-command fish-test %{ diff --git a/.config/kak/autoload/plugins.kak b/.config/kak/plugins.kak similarity index 95% rename from .config/kak/autoload/plugins.kak rename to .config/kak/plugins.kak index 22fb5449..5fb3d5b8 100644 --- a/.config/kak/autoload/plugins.kak +++ b/.config/kak/plugins.kak @@ -21,9 +21,15 @@ bundle fzf.kak https://github.com/andreyorst/fzf.kak %{ map -docstring "fzf mode" global user f ": fzf-mode" } -bundle luar https://github.com/gustavo-hms/luar %{ +bundle-noload luar https://github.com/gustavo-hms/luar %{ + require-module luar + # depends on luar +} + +bundle peneira https://github.com/gustavo-hms/peneira %{ # require-module luar - set-option global luar_interpreter luajit + # set-option global luar_interpreter luajit + # require-module peneira } bundle easymotion.kak https://git.sr.ht/~voroskoi/easymotion.kak %{ @@ -83,7 +89,3 @@ bundle smarttab.kak https://github.com/andreyorst/smarttab.kak %{ } bundle pykak https://github.com/tomKPZ/pykak - -bundle peneira https://github.com/gustavo-hms/peneira %{ - require-module peneira -}