From 14281595150aa601b885d821d58e5578fcb2c27c Mon Sep 17 00:00:00 2001 From: UEDA Naoaki Date: Thu, 8 Aug 2024 11:29:16 +0900 Subject: Add `touch` command option for fsnotify event --- _config/113-auto-touch-on-save.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_config/113-auto-touch-on-save.vim b/_config/113-auto-touch-on-save.vim index d1bdf9c..10ba85b 100644 --- a/_config/113-auto-touch-on-save.vim +++ b/_config/113-auto-touch-on-save.vim @@ -1,4 +1,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' +let g:auto_touch_on_save_command = 'podman machine ssh -- touch -m' -- cgit v1.2.3-54-g00ecf