AutoYADM commit: 2025-05-19 16:55:24
This commit is contained in:
parent
0ff0bb989c
commit
d6fdef93c0
2 changed files with 14 additions and 3 deletions
|
@ -1,3 +1,8 @@
|
||||||
|
# init plug
|
||||||
|
|
||||||
|
source "%val{config}/plugins/plug.kak/rc/plug.kak"
|
||||||
|
plug "andreyorst/plug.kak" noload
|
||||||
|
|
||||||
# init bundle
|
# init bundle
|
||||||
source "%val{config}/bundle/kak-bundle/rc/kak-bundle.kak"
|
source "%val{config}/bundle/kak-bundle/rc/kak-bundle.kak"
|
||||||
bundle-noload kak-bundle https://codeberg.org/jdugan6240/kak-bundle
|
bundle-noload kak-bundle https://codeberg.org/jdugan6240/kak-bundle
|
||||||
|
@ -21,8 +26,8 @@ bundle fzf.kak https://github.com/andreyorst/fzf.kak %{
|
||||||
map -docstring "fzf mode" global user f ": fzf-mode<ret>"
|
map -docstring "fzf mode" global user f ": fzf-mode<ret>"
|
||||||
}
|
}
|
||||||
|
|
||||||
bundle-noload luar https://github.com/gustavo-hms/luar %{
|
bundle luar https://github.com/gustavo-hms/luar %{
|
||||||
require-module luar
|
# require-module luar
|
||||||
# depends on luar
|
# depends on luar
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -89,3 +94,10 @@ bundle smarttab.kak https://github.com/andreyorst/smarttab.kak %{
|
||||||
}
|
}
|
||||||
|
|
||||||
bundle pykak https://github.com/tomKPZ/pykak
|
bundle pykak https://github.com/tomKPZ/pykak
|
||||||
|
|
||||||
|
# plug "gustavo-hms/luar" %{
|
||||||
|
# # require-module luar
|
||||||
|
# plug "gustavo-hms/peneira" %{
|
||||||
|
# require-module peneira
|
||||||
|
# }
|
||||||
|
# }
|
|
@ -1,6 +1,5 @@
|
||||||
eval %sh{ kak-tree-sitter -vvvvv -dks --init $kak_session }
|
eval %sh{ kak-tree-sitter -vvvvv -dks --init $kak_session }
|
||||||
colorscheme ashen
|
colorscheme ashen
|
||||||
source "%val{config}/plugins.kak"
|
|
||||||
require-module fishr
|
require-module fishr
|
||||||
|
|
||||||
define-command fish-test %{
|
define-command fish-test %{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue