--- Personal lua config files for NeoVim. -- Last Changed: 2023-01-10 -- Author: Federico Igne -- License: This file is placed in the public domain. local abbrev = require 'dyamon.util.abbrev' for _,w in ipairs({ "from", "workdir", "copy", "run", "cmd" }) do abbrev.i(w, "luaeval('require\"dyamon.util.abbrev\".custom.docker_cmd(\"" .. w .. "\")')", true, true) end