summaryrefslogtreecommitdiff
path: root/_config/113-auto-touch-on-save.vim
diff options
context:
space:
mode:
authorUEDA Naoaki <n.ueda@socialdog.jp>2024-08-08 11:29:16 +0900
committerUEDA Naoaki <n.ueda@socialdog.jp>2024-08-08 11:29:16 +0900
commit14281595150aa601b885d821d58e5578fcb2c27c (patch)
tree01fb1df1837b3fbbfce64aff10938b6a6c7954ee /_config/113-auto-touch-on-save.vim
parent5efe651d789a6d40a40be9e4127ecfd8db684dae (diff)
downloadvimrc-master.tar.gz
vimrc-master.tar.bz2
vimrc-master.zip
Add `touch` command option for fsnotify eventmaster
Diffstat (limited to '_config/113-auto-touch-on-save.vim')
-rw-r--r--_config/113-auto-touch-on-save.vim2
1 files changed, 1 insertions, 1 deletions
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'