diff --git a/etc/soft/vim/vim/+ftplugin/dockerfile.vim b/etc/soft/vim/vim/+ftplugin/dockerfile.vim new file mode 100644 index 0000000..5f11efc --- /dev/null +++ b/etc/soft/vim/vim/+ftplugin/dockerfile.vim @@ -0,0 +1,5 @@ + +command DockerBuild :split term://DOCKER_BUILDKIT=1 docker build . +command DockerDive execute ":split term://dive " . expand("") +command DockerRun execute ":split term://docker run -it " . expand("") + diff --git a/etc/soft/vim/vim/ftplugin/dockerfile/dockerfile.custom.vim b/etc/soft/vim/vim/ftplugin/dockerfile/dockerfile.custom.vim new file mode 120000 index 0000000..d9b0fd0 --- /dev/null +++ b/etc/soft/vim/vim/ftplugin/dockerfile/dockerfile.custom.vim @@ -0,0 +1 @@ +../../+ftplugin/dockerfile.vim \ No newline at end of file