AutoYADM commit: 2025-05-23 14:55:14
This commit is contained in:
parent
057da1d133
commit
051dba16e5
2 changed files with 2 additions and 2 deletions
0
.config/kak/autoload/filetype/jsonc.kak
Normal file
0
.config/kak/autoload/filetype/jsonc.kak
Normal file
|
@ -29,7 +29,7 @@ hook global BufCreate .*[.](kdl) %{
|
||||||
set-option window formatcmd "kdlfmt format -"
|
set-option window formatcmd "kdlfmt format -"
|
||||||
}
|
}
|
||||||
|
|
||||||
hook global WinSetOption filetype=kdl %{
|
hook global WinSetOption filetype=kdl %|
|
||||||
require-module kdl
|
require-module kdl
|
||||||
|
|
||||||
hook window InsertChar \n -group kdl-indent %{ kdl-indent-newline }
|
hook window InsertChar \n -group kdl-indent %{ kdl-indent-newline }
|
||||||
|
@ -44,5 +44,5 @@ hook global WinSetOption filetype=kdl %{
|
||||||
echo "remove-hooks window kdl-auto-format"
|
echo "remove-hooks window kdl-auto-format"
|
||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
}
|
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue