From 8217144491e8aba3a24828a71ee768b007a2ec43 Mon Sep 17 00:00:00 2001 From: Steven Arcangeli Date: Thu, 5 Oct 2023 18:24:49 -0700 Subject: fix: move justfile formatter to correct directory --- lua/conform/formatters/just.lua | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 lua/conform/formatters/just.lua (limited to 'lua/conform/formatters') diff --git a/lua/conform/formatters/just.lua b/lua/conform/formatters/just.lua new file mode 100644 index 0000000..5218fc7 --- /dev/null +++ b/lua/conform/formatters/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, +} -- cgit v1.2.3-70-g09d2