UsePlugin 'auto-touch-on-save.vim' let g:auto_touch_on_save_condition = 'podman machine list --format "{{ .Running }}" | grep -q true' let g:auto_touch_on_save_command = 'podman machine ssh -- touch'