AutoYADM commit: 2025-05-19 16:25:09
This commit is contained in:
parent
c7aae67c13
commit
9933b10935
5 changed files with 12 additions and 4 deletions
|
@ -26,3 +26,7 @@ hook global WinSetOption filetype=typst %{
|
||||||
remove-hooks window typst-auto-format
|
remove-hooks window typst-auto-format
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
hook global WinSetOption filetype=fish %{
|
||||||
|
set-option window formatcmd "fish_indent"
|
||||||
|
}
|
||||||
|
|
|
@ -17,7 +17,7 @@ map global object D '<a-semicolon>lsp-diagnostic-object<ret>' -docstring 'LSP er
|
||||||
# set-option global lsp_auto_highlight_references false
|
# set-option global lsp_auto_highlight_references false
|
||||||
|
|
||||||
# Server Config
|
# Server Config
|
||||||
set-option global lsp_debug true
|
set-option global lsp_debug false
|
||||||
lsp-inlay-hints-enable global
|
lsp-inlay-hints-enable global
|
||||||
# TODO: set up toggle binding for this
|
# TODO: set up toggle binding for this
|
||||||
# lsp-inlay-diagnostics-enable global
|
# lsp-inlay-diagnostics-enable global
|
||||||
|
|
|
@ -22,7 +22,8 @@ bundle fzf.kak https://github.com/andreyorst/fzf.kak %{
|
||||||
}
|
}
|
||||||
|
|
||||||
bundle luar https://github.com/gustavo-hms/luar %{
|
bundle luar https://github.com/gustavo-hms/luar %{
|
||||||
require-module luar
|
# require-module luar
|
||||||
|
set-option global luar_interpreter luajit
|
||||||
}
|
}
|
||||||
|
|
||||||
bundle easymotion.kak https://git.sr.ht/~voroskoi/easymotion.kak %{
|
bundle easymotion.kak https://git.sr.ht/~voroskoi/easymotion.kak %{
|
||||||
|
@ -82,3 +83,7 @@ bundle smarttab.kak https://github.com/andreyorst/smarttab.kak %{
|
||||||
}
|
}
|
||||||
|
|
||||||
bundle pykak https://github.com/tomKPZ/pykak
|
bundle pykak https://github.com/tomKPZ/pykak
|
||||||
|
|
||||||
|
bundle peneira https://github.com/gustavo-hms/peneira %{
|
||||||
|
require-module peneira
|
||||||
|
}
|
||||||
|
|
|
@ -31,7 +31,6 @@ define-command -override tree-sitter-user-after-highlighter %{
|
||||||
add-highlighter global/bracket regex [\[\]\(\)\{\}]{1} 0:rgb:737373
|
add-highlighter global/bracket regex [\[\]\(\)\{\}]{1} 0:rgb:737373
|
||||||
# special highlighting for escaped goodies in regex
|
# special highlighting for escaped goodies in regex
|
||||||
add-highlighter global/regex-escaped regex \\[\[\]\(\)\{\}fnrtv0\\dwshDWSH] 0:rgb:e5e5e5
|
add-highlighter global/regex-escaped regex \\[\[\]\(\)\{\}fnrtv0\\dwshDWSH] 0:rgb:e5e5e5
|
||||||
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
|
||||||
|
|
||||||
|
@ -39,6 +38,7 @@ add-highlighter global/ show-matching
|
||||||
hook global WinCreate .* %{
|
hook global WinCreate .* %{
|
||||||
ui-wrap-enable
|
ui-wrap-enable
|
||||||
ui-scrolloff-toggle
|
ui-scrolloff-toggle
|
||||||
|
add-highlighter window/number-lines number-lines -hlcursor -relative -separator " "
|
||||||
}
|
}
|
||||||
|
|
||||||
map -docstring "quit" global user q ": q<ret>"
|
map -docstring "quit" global user q ": q<ret>"
|
||||||
|
|
|
@ -164,4 +164,3 @@ else
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue