diff --git a/lua/conform/formatters/mdslw.lua b/lua/conform/formatters/mdslw.lua new file mode 100644 index 00000000..cab5347f --- /dev/null +++ b/lua/conform/formatters/mdslw.lua @@ -0,0 +1,8 @@ +---@type conform.FileFormatterConfig +return { + meta = { + url = "https://github.com/razziel89/mdslw", + description = "Prepare your markdown for easy diff'ing by adding line breaks after every sentence.", + }, + command = "mdslw", +}