AutoYADM commit: 2025-05-08 17:06:08

This commit is contained in:
Daniel Fichtinger 2025-05-08 17:06:08 -04:00
parent 5b66576244
commit ca9ee40bd0
3 changed files with 28 additions and 55 deletions

View file

@ -1,28 +1,4 @@
colorscheme gruvbox-dark
# init bundle
source "%val{config}/bundle/kak-bundle/rc/kak-bundle.kak"
bundle-noload kak-bundle https://codeberg.org/jdugan6240/kak-bundle
bundle inc-dec.kak https://gitlab.com/Screwtapello/kakoune-inc-dec %{
map -docstring "increment" global normal <c-a> %{: inc-dec-modify-numbers + %val{count}<ret>}
map -docstring "decrement" global normal <c-x> %{: inc-dec-modify-numbers - %val{count}<ret>}
}
bundle auto-pairs.kak https://github.com/alexherbo2/auto-pairs.kak %{
enable-auto-pairs
}
bundle fzf.kak https://github.com/andreyorst/fzf.kak %{
require-module fzf
set-option global fzf_highlight_command "bat"
require-module fzf-grep
set-option global fzf_grep_command "rg"
require-module fzf-file
set-option global fzf_file_command "fd . --no-ignore-vcs"
map -docstring "fzf mode" global user f ": fzf-mode<ret>"
}
colorscheme ashen
# disable clippy
set-option global ui_options terminal_assistant=none
@ -46,7 +22,7 @@ set-option global indentwidth 4
set-option global scrolloff 3,3
add-highlighter global/ number-lines -hlcursor -relative -separator " " -cursor-separator " |"
add-highlighter global/ number-lines -hlcursor -relative -separator " "
add-highlighter global/ show-matching
add-highlighter global/ wrap -word -indent