AutoYADM commit: 2025-05-19 16:25:09

This commit is contained in:
Daniel Fichtinger 2025-05-19 16:25:09 -04:00
parent c7aae67c13
commit 9933b10935
5 changed files with 12 additions and 4 deletions

View file

@ -26,3 +26,7 @@ hook global WinSetOption filetype=typst %{
remove-hooks window typst-auto-format
}
}
hook global WinSetOption filetype=fish %{
set-option window formatcmd "fish_indent"
}

View file

@ -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
# Server Config
set-option global lsp_debug true
set-option global lsp_debug false
lsp-inlay-hints-enable global
# TODO: set up toggle binding for this
# lsp-inlay-diagnostics-enable global

View file

@ -22,7 +22,8 @@ bundle fzf.kak https://github.com/andreyorst/fzf.kak %{
}
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 %{
@ -82,3 +83,7 @@ bundle smarttab.kak https://github.com/andreyorst/smarttab.kak %{
}
bundle pykak https://github.com/tomKPZ/pykak
bundle peneira https://github.com/gustavo-hms/peneira %{
require-module peneira
}

View file

@ -31,7 +31,6 @@ define-command -override tree-sitter-user-after-highlighter %{
add-highlighter global/bracket regex [\[\]\(\)\{\}]{1} 0:rgb:737373
# special highlighting for escaped goodies in regex
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-matching
@ -39,6 +38,7 @@ add-highlighter global/ show-matching
hook global WinCreate .* %{
ui-wrap-enable
ui-scrolloff-toggle
add-highlighter window/number-lines number-lines -hlcursor -relative -separator " "
}
map -docstring "quit" global user q ": q<ret>"

View file

@ -164,4 +164,3 @@ else
end
end
end