AutoYADM commit: 2025-06-19 18:40:14

This commit is contained in:
Daniel Fichtinger 2025-06-19 18:40:14 -04:00
parent b268f7cfbf
commit e8b4144429
2 changed files with 35 additions and 32 deletions

View file

@ -0,0 +1,3 @@
hook global BufCreate .+[.](mmd|mermaid) %{
set-option buffer filetype mermaid
}