AutoYADM commit: 2025-05-13 00:40:09

This commit is contained in:
Daniel Fichtinger 2025-05-13 00:40:09 -04:00
parent dbbd98c78c
commit 3a00aaeae6

View file

@ -71,3 +71,12 @@ bundle vertical-selection https://github.com/occivink/kakoune-vertical-selection
bundle kakoune-text-objects https://github.com/Delapouite/kakoune-text-objects %{ bundle kakoune-text-objects https://github.com/Delapouite/kakoune-text-objects %{
map global user s ': enter-user-mode selectors<ret>' -docstring 'selectors' map global user s ': enter-user-mode selectors<ret>' -docstring 'selectors'
} }
bundle smarttab.kak https://github.com/andreyorst/smarttab.kak %{
require-module smarttab
set-option global softtabstop 2
hook global BufCreate .* %{
editorconfig-load
autoconfigtab
}
}