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