diff --git a/lua/conform/just.lua b/lua/conform/just.lua new file mode 100644 index 00000000..5218fc75 --- /dev/null +++ b/lua/conform/just.lua @@ -0,0 +1,9 @@ +return { + meta = { + url = "https://github.com/casey/just", + description = "Format Justfile", + }, + command = "just", + args = { "--fmt", "--unstable", "-f", "$FILENAME" }, + stdin = false, +}