diff --git a/.config/kak/autoload/plugins.kak b/.config/kak/autoload/plugins.kak index c54a6143..1d326b22 100644 --- a/.config/kak/autoload/plugins.kak +++ b/.config/kak/autoload/plugins.kak @@ -22,3 +22,13 @@ 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 %{ + require-module luar +} + + +bundle easymotion.kak https://git.sr.ht/~voroskoi/easymotion.kak %{ + require-module easymotion + map global normal ': enter-user-mode easymotion' +} + diff --git a/.config/kak/bundle/easymotion.kak-install b/.config/kak/bundle/easymotion.kak-install new file mode 100644 index 00000000..a966d0d9 --- /dev/null +++ b/.config/kak/bundle/easymotion.kak-install @@ -0,0 +1 @@ +https://git.sr.ht/~voroskoi/easymotion.kak \ No newline at end of file diff --git a/.config/kak/bundle/luar-install b/.config/kak/bundle/luar-install new file mode 100644 index 00000000..fbf36bf3 --- /dev/null +++ b/.config/kak/bundle/luar-install @@ -0,0 +1 @@ +https://github.com/gustavo-hms/luar \ No newline at end of file diff --git a/.config/kak/bundle/luar-load.kak b/.config/kak/bundle/luar-load.kak new file mode 100644 index 00000000..61db02f6 --- /dev/null +++ b/.config/kak/bundle/luar-load.kak @@ -0,0 +1,2 @@ +source "/home/fic/.config/kak/bundle/luar/luar.kak" +trigger-user-hook bundle-loaded=luar \ No newline at end of file