kakoune: use editorconfig; lazygit: disable auto fetch

This commit is contained in:
2026-07-17 20:37:47 +02:00
parent 2d79c5728a
commit 4719e8d355
2 changed files with 5 additions and 0 deletions

View File

@@ -10,6 +10,8 @@ hook global WinCreate .* %{
hook global BufCreate .*\.templ %{ set buffer filetype templ } hook global BufCreate .*\.templ %{ set buffer filetype templ }
hook global BufCreate .*\.html.tmpl %{ set buffer filetype gotmpl } hook global BufCreate .*\.html.tmpl %{ set buffer filetype gotmpl }
hook global WinCreate ^[^*]+$ %{editorconfig-load}
# LOCAL # LOCAL
nop %sh{ nop %sh{

View File

@@ -11,3 +11,6 @@ gui:
theme: theme:
selectedLineBgColor: selectedLineBgColor:
- reverse - reverse
git:
autoFetch: false