AutoYADM commit: 2025-05-08 22:25:08
This commit is contained in:
parent
55d98b0c01
commit
68525655de
4 changed files with 14 additions and 0 deletions
|
@ -22,3 +22,13 @@ bundle fzf.kak https://github.com/andreyorst/fzf.kak %{
|
|||
map -docstring "fzf mode" global user f ": fzf-mode<ret>"
|
||||
}
|
||||
|
||||
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 <ret> ': enter-user-mode easymotion<ret>'
|
||||
}
|
||||
|
||||
|
|
1
.config/kak/bundle/easymotion.kak-install
Normal file
1
.config/kak/bundle/easymotion.kak-install
Normal file
|
@ -0,0 +1 @@
|
|||
https://git.sr.ht/~voroskoi/easymotion.kak
|
1
.config/kak/bundle/luar-install
Normal file
1
.config/kak/bundle/luar-install
Normal file
|
@ -0,0 +1 @@
|
|||
https://github.com/gustavo-hms/luar
|
2
.config/kak/bundle/luar-load.kak
Normal file
2
.config/kak/bundle/luar-load.kak
Normal file
|
@ -0,0 +1,2 @@
|
|||
source "/home/fic/.config/kak/bundle/luar/luar.kak"
|
||||
trigger-user-hook bundle-loaded=luar
|
Loading…
Add table
Add a link
Reference in a new issue