conform.nvim
conform.nvim copied to clipboard
feat: add definition for LuaFormatter
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.