AutoYADM commit: 2025-05-23 14:45:15

This commit is contained in:
Daniel Fichtinger 2025-05-23 14:45:15 -04:00
parent f264621bf4
commit e20e01dc62
3 changed files with 5 additions and 3 deletions

View file

@ -9,8 +9,8 @@ hook global BufCreate .*[.](kdl) %{
hook global WinSetOption filetype=kdl %{
require-module kdl
hook window InsertChar \n -group kdl-indent %{ kdl-indent-newline }
hook window InsertChar \} -group kdl-indent %{ kdl-indent-closing-brace }
# hook window InsertChar \n -group kdl-indent %{ kdl-indent-newline }
# hook window InsertChar \} -group kdl-indent %{ kdl-indent-closing-brace }
hook -once -always window WinSetOption filetype=.* %{ remove-hooks window kdl-indent }

View file

@ -1,4 +1,4 @@
require-module grep
provide-module ficgrep %~
# https://strongly-typed-thoughts.net/blog/kakoune-philosophy
set-option global grepcmd 'rg --column --smart-case --sort path'
@ -18,3 +18,4 @@ hook global WinSetOption filetype=grep %{
ui-wrap-disable
}
}
~

View file

@ -5,6 +5,7 @@ colorscheme ashen
# colorscheme mocha
require-module fishr
require-module surround
require-module ficgrep
try %{