AutoYADM commit: 2025-05-19 17:10:39

This commit is contained in:
Daniel Fichtinger 2025-05-19 17:10:39 -04:00
parent d6fdef93c0
commit dc4635b853
2 changed files with 2 additions and 3 deletions

View file

@ -27,8 +27,7 @@ bundle fzf.kak https://github.com/andreyorst/fzf.kak %{
} }
bundle luar https://github.com/gustavo-hms/luar %{ bundle luar https://github.com/gustavo-hms/luar %{
# require-module luar require-module luar
# depends on luar
} }
bundle peneira https://github.com/gustavo-hms/peneira %{ bundle peneira https://github.com/gustavo-hms/peneira %{

View file

@ -1,6 +1,7 @@
eval %sh{ kak-tree-sitter -vvvvv -dks --init $kak_session } eval %sh{ kak-tree-sitter -vvvvv -dks --init $kak_session }
colorscheme ashen colorscheme ashen
require-module fishr require-module fishr
require-module peneira
define-command fish-test %{ define-command fish-test %{
fish %{ fish %{
@ -103,4 +104,3 @@ define-command -docstring %{
} > /dev/null 2>&1 < /dev/null & } > /dev/null 2>&1 < /dev/null &
} }
} }