From e6552b5c9b3a2b12bacb476b00c80c736b9f7963 Mon Sep 17 00:00:00 2001 From: Leiser Fernández Gallo Date: Fri, 15 Sep 2023 15:48:05 +0200 Subject: feat: alejandra formatter (#52) --- lua/conform/formatters/alejandra.lua | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 lua/conform/formatters/alejandra.lua (limited to 'lua/conform') diff --git a/lua/conform/formatters/alejandra.lua b/lua/conform/formatters/alejandra.lua new file mode 100644 index 0000000..3a712b9 --- /dev/null +++ b/lua/conform/formatters/alejandra.lua @@ -0,0 +1,8 @@ +---@type conform.FileFormatterConfig +return { + meta = { + url = "https://kamadorueda.com/alejandra/", + description = "The Uncompromising Nix Code Formatter.", + }, + command = "alejandra", +} -- cgit v1.2.3-70-g09d2