summaryrefslogtreecommitdiff
path: root/_config/113-auto-touch-on-save.vim
blob: d1bdf9c8a1993698ae257f53af170af3e037d5cd (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'