diff --git a/.config/kak/autoload/plugins.kak b/.config/kak/autoload/plugins.kak index 9381c4cb..a3417cb3 100644 --- a/.config/kak/autoload/plugins.kak +++ b/.config/kak/autoload/plugins.kak @@ -27,8 +27,7 @@ bundle fzf.kak https://github.com/andreyorst/fzf.kak %{ } bundle luar https://github.com/gustavo-hms/luar %{ - # require-module luar - # depends on luar + require-module luar } bundle peneira https://github.com/gustavo-hms/peneira %{ diff --git a/.config/kak/kakrc b/.config/kak/kakrc index 2de8f673..75e9ad8b 100644 --- a/.config/kak/kakrc +++ b/.config/kak/kakrc @@ -1,6 +1,7 @@ eval %sh{ kak-tree-sitter -vvvvv -dks --init $kak_session } colorscheme ashen require-module fishr +require-module peneira define-command fish-test %{ fish %{ @@ -103,4 +104,3 @@ define-command -docstring %{ } > /dev/null 2>&1 < /dev/null & } } -