AutoYADM commit: 2025-05-10 23:20:27
This commit is contained in:
parent
66ef43d34f
commit
d3078d3e29
1 changed files with 6 additions and 1 deletions
|
@ -31,6 +31,11 @@ set-option global indentwidth 4
|
||||||
|
|
||||||
set-option global scrolloff 3,3
|
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/ number-lines -hlcursor -relative -separator " "
|
||||||
add-highlighter global/ show-whitespaces -lf "" -tab "" -only-trailing
|
add-highlighter global/ show-whitespaces -lf "" -tab "" -only-trailing
|
||||||
add-highlighter global/ show-matching
|
add-highlighter global/ show-matching
|
||||||
|
@ -59,7 +64,7 @@ map -docstring "commenct line" global normal <c-v> ":comment-line<ret>"
|
||||||
|
|
||||||
declare-user-mode git
|
declare-user-mode git
|
||||||
map -docstring "git" global user g ": enter-user-mode git<ret>"
|
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 %{
|
def git_blame %{
|
||||||
info %sh{
|
info %sh{
|
||||||
git -C $(dirname $(realpath $kak_buffile)) blame -L $kak_cursor_line,$kak_cursor_line $(realpath $kak_buffile)
|
git -C $(dirname $(realpath $kak_buffile)) blame -L $kak_cursor_line,$kak_cursor_line $(realpath $kak_buffile)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue