kakoune: use editorconfig; lazygit: disable auto fetch
This commit is contained in:
@@ -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{
|
||||||
|
|||||||
@@ -11,3 +11,6 @@ gui:
|
|||||||
theme:
|
theme:
|
||||||
selectedLineBgColor:
|
selectedLineBgColor:
|
||||||
- reverse
|
- reverse
|
||||||
|
|
||||||
|
git:
|
||||||
|
autoFetch: false
|
||||||
|
|||||||
Reference in New Issue
Block a user