From 9933b10935d7a24849f8057e4d93888ab3226411 Mon Sep 17 00:00:00 2001 From: Daniel Fichtinger Date: Mon, 19 May 2025 16:25:09 -0400 Subject: [PATCH] AutoYADM commit: 2025-05-19 16:25:09 --- .config/kak/autoload/filetype.kak | 4 ++++ .config/kak/autoload/lsp.kak | 2 +- .config/kak/autoload/plugins.kak | 7 ++++++- .config/kak/kakrc | 2 +- .config/kak/scripts/kak-typ-zathura.fish | 1 - 5 files changed, 12 insertions(+), 4 deletions(-) diff --git a/.config/kak/autoload/filetype.kak b/.config/kak/autoload/filetype.kak index 9ab9c0a4..69451121 100644 --- a/.config/kak/autoload/filetype.kak +++ b/.config/kak/autoload/filetype.kak @@ -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" +} diff --git a/.config/kak/autoload/lsp.kak b/.config/kak/autoload/lsp.kak index 0c860c7f..542be8e3 100644 --- a/.config/kak/autoload/lsp.kak +++ b/.config/kak/autoload/lsp.kak @@ -17,7 +17,7 @@ map global object D 'lsp-diagnostic-object' -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 diff --git a/.config/kak/autoload/plugins.kak b/.config/kak/autoload/plugins.kak index d632c301..22fb5449 100644 --- a/.config/kak/autoload/plugins.kak +++ b/.config/kak/autoload/plugins.kak @@ -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 +} diff --git a/.config/kak/kakrc b/.config/kak/kakrc index 587edd8d..2de8f673 100644 --- a/.config/kak/kakrc +++ b/.config/kak/kakrc @@ -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" diff --git a/.config/kak/scripts/kak-typ-zathura.fish b/.config/kak/scripts/kak-typ-zathura.fish index baec5c14..19e7f74c 100755 --- a/.config/kak/scripts/kak-typ-zathura.fish +++ b/.config/kak/scripts/kak-typ-zathura.fish @@ -164,4 +164,3 @@ else end end end -