AutoYADM commit: 2025-05-10 23:20:27

This commit is contained in:
Daniel Fichtinger 2025-05-10 23:20:27 -04:00
parent 66ef43d34f
commit d3078d3e29

View file

@ -31,6 +31,11 @@ set-option global indentwidth 4
set-option global scrolloff 3,3
# define-command -override tree-sitter-use-after-highlighter %{
# add-highlighter -override buffer/
# }
add-highlighter global/bracket regex [\[\]\(\)\{\}]{1} 0:red
# add-highlighter global/bracket regex [\[\]\(\)\{\}]{1} 0:rgb:737373
add-highlighter global/ number-lines -hlcursor -relative -separator " "
add-highlighter global/ show-whitespaces -lf "" -tab "" -only-trailing
add-highlighter global/ show-matching
@ -59,7 +64,7 @@ map -docstring "commenct line" global normal <c-v> ":comment-line<ret>"
declare-user-mode git
map -docstring "git" global user g ": enter-user-mode git<ret>"
map -docstring "lazygit" global git g ": terminal lazygit"
map -docstring "lazygit" global git g ": terminal lazygit<ret>"
def git_blame %{
info %sh{
git -C $(dirname $(realpath $kak_buffile)) blame -L $kak_cursor_line,$kak_cursor_line $(realpath $kak_buffile)