summaryrefslogtreecommitdiff
path: root/_config/113-auto-touch-on-save.vim
diff options
context:
space:
mode:
Diffstat (limited to '_config/113-auto-touch-on-save.vim')
-rw-r--r--_config/113-auto-touch-on-save.vim2
1 files changed, 2 insertions, 0 deletions
diff --git a/_config/113-auto-touch-on-save.vim b/_config/113-auto-touch-on-save.vim
new file mode 100644
index 0000000..7505741
--- /dev/null
+++ b/_config/113-auto-touch-on-save.vim
@@ -0,0 +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'