summaryrefslogtreecommitdiff
path: root/_config/113-auto-touch-on-save.vim
blob: 7505741d847d85995ab938a8e03fc3fa0f1e2b13 (plain)
1
2
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'