AutoYADM commit: 2025-05-19 16:40:22
This commit is contained in:
parent
9933b10935
commit
0ff0bb989c
2 changed files with 9 additions and 6 deletions
|
@ -1,5 +1,6 @@
|
|||
eval %sh{ kak-tree-sitter -vvvvv -dks --init $kak_session }
|
||||
colorscheme ashen
|
||||
source "%val{config}/plugins.kak"
|
||||
require-module fishr
|
||||
|
||||
define-command fish-test %{
|
||||
|
|
|
@ -21,9 +21,15 @@ 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 %{
|
||||
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
|
||||
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 %{
|
||||
|
@ -83,7 +89,3 @@ bundle smarttab.kak https://github.com/andreyorst/smarttab.kak %{
|
|||
}
|
||||
|
||||
bundle pykak https://github.com/tomKPZ/pykak
|
||||
|
||||
bundle peneira https://github.com/gustavo-hms/peneira %{
|
||||
require-module peneira
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue