AutoYADM commit: 2025-05-19 16:40:22

This commit is contained in:
Daniel Fichtinger 2025-05-19 16:40:22 -04:00
parent 9933b10935
commit 0ff0bb989c
2 changed files with 9 additions and 6 deletions

View file

@ -1,5 +1,6 @@
eval %sh{ kak-tree-sitter -vvvvv -dks --init $kak_session } eval %sh{ kak-tree-sitter -vvvvv -dks --init $kak_session }
colorscheme ashen colorscheme ashen
source "%val{config}/plugins.kak"
require-module fishr require-module fishr
define-command fish-test %{ define-command fish-test %{

View file

@ -21,9 +21,15 @@ bundle fzf.kak https://github.com/andreyorst/fzf.kak %{
map -docstring "fzf mode" global user f ": fzf-mode<ret>" map -docstring "fzf mode" global user f ": fzf-mode<ret>"
} }
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 # 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 %{ 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 pykak https://github.com/tomKPZ/pykak
bundle peneira https://github.com/gustavo-hms/peneira %{
require-module peneira
}