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 +++++++++ lua/conform/just.lua | 9 --------- 2 files changed, 9 insertions(+), 9 deletions(-) create mode 100644 lua/conform/formatters/just.lua delete mode 100644 lua/conform/just.lua (limited to 'lua') 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, +} diff --git a/lua/conform/just.lua b/lua/conform/just.lua deleted file mode 100644 index 5218fc7..0000000 --- a/lua/conform/just.lua +++ /dev/null @@ -1,9 +0,0 @@ -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