From 446aa570048586f9c13f1ea88e280567f336691e Mon Sep 17 00:00:00 2001 From: Mahan Date: Sun, 27 Aug 2023 20:04:08 +0000 Subject: feat: new formatter: fish_indent (#5) * feat: add fish_indent * feat: update readme to add fish_indent --- lua/conform/formatters/fish_indent.lua | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 lua/conform/formatters/fish_indent.lua (limited to 'lua/conform/formatters') diff --git a/lua/conform/formatters/fish_indent.lua b/lua/conform/formatters/fish_indent.lua new file mode 100644 index 0000000..1501072 --- /dev/null +++ b/lua/conform/formatters/fish_indent.lua @@ -0,0 +1,8 @@ +---@type conform.FormatterConfig +return { + meta = { + url = "https://fishshell.com/docs/current/cmds/fish_indent.html", + description = "Indent or otherwise prettify a piece of fish code.", + }, + command = "fish_indent", +} -- cgit v1.2.3-70-g09d2