AutoYADM commit: 2025-06-24 13:35:59
This commit is contained in:
parent
edbe67ebb1
commit
2cf674bb7e
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@ hook global WinSetOption filetype=markdown %{
|
|||
require-module markdown
|
||||
# set-option window formatcmd "dprint fmt --stdin md"
|
||||
set-option window formatcmd %{
|
||||
dprint fmt --stdin md || dprint fmt --stdin md --config "$HOME/.dprint.jsonc" -L info
|
||||
dprint fmt --stdin md || dprint fmt --stdin md --config '/home/fic/.dprint.jsonc' -L info
|
||||
}
|
||||
hook -group markdown-auto-format window BufWritePre .* format
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue