diff options
author | UEDA Naoaki <nao.uedder@gmail.com> | 2024-07-22 00:21:13 +0900 |
---|---|---|
committer | UEDA Naoaki <nao.uedder@gmail.com> | 2024-07-22 00:21:13 +0900 |
commit | 4bd722d5e9ee2fb23b513514090c4bc5457f2bf5 (patch) | |
tree | 0fbb1e476178d25eff6f94cce48b4f68657f2b0f /_config | |
parent | 5f1e70dca41e4930ec79e32f79672a4e10a7c4ee (diff) | |
download | vimrc-4bd722d5e9ee2fb23b513514090c4bc5457f2bf5.tar.gz vimrc-4bd722d5e9ee2fb23b513514090c4bc5457f2bf5.tar.bz2 vimrc-4bd722d5e9ee2fb23b513514090c4bc5457f2bf5.zip |
Add 'auto-touch-on-save.vim' and config for podman
Diffstat (limited to '_config')
-rw-r--r-- | _config/113-auto-touch-on-save.vim | 2 |
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' |