AutoYADM commit: 2025-05-13 00:40:09
This commit is contained in:
parent
dbbd98c78c
commit
3a00aaeae6
1 changed files with 14 additions and 5 deletions
|
@ -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
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue