conform.nvim icon indicating copy to clipboard operation
conform.nvim copied to clipboard

feat: add definition for LuaFormatter

Open Roguelazer opened this issue 1 year ago • 0 comments

This adds LuaFormatter as a formatter for lua. As far as I can tell, it doesn't support stdin/stdout (passing an argument of - attempts to format a literal file named -). The -i argument makes it apply changes in-place instead of returning them on stdout.

Roguelazer avatar Dec 31 '23 21:12 Roguelazer