From f0780e2231df2e4751e31db32c1545872412ba75 Mon Sep 17 00:00:00 2001 From: z775729168 Date: Fri, 10 Nov 2023 08:31:26 +0800 Subject: feat: add pangu (#188) --- lua/conform/formatters/pangu.lua | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 lua/conform/formatters/pangu.lua (limited to 'lua/conform') diff --git a/lua/conform/formatters/pangu.lua b/lua/conform/formatters/pangu.lua new file mode 100644 index 0000000..54b60ca --- /dev/null +++ b/lua/conform/formatters/pangu.lua @@ -0,0 +1,9 @@ +---@type conform.FileFormatterConfig +return { + meta = { + url = "https://github.com/vinta/pangu.py", + description = "Insert whitespace between CJK and half-width characters", + }, + command = "pangu", + stdin = true, +} -- cgit v1.2.3-70-g09d2