AutoYADM commit: 2025-06-24 13:35:59

This commit is contained in:
Daniel Fichtinger 2025-06-24 13:35:59 -04:00
parent edbe67ebb1
commit 2cf674bb7e

View file

@ -3,7 +3,7 @@ hook global WinSetOption filetype=markdown %{
require-module markdown require-module markdown
# set-option window formatcmd "dprint fmt --stdin md" # set-option window formatcmd "dprint fmt --stdin md"
set-option window formatcmd %{ 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 hook -group markdown-auto-format window BufWritePre .* format