update null-ls formatter

This commit is contained in:
asep komarudin 2023-02-04 15:56:13 +07:00
parent 89f505c78e
commit 78747330ba

View file

@ -16,8 +16,8 @@ null_ls.setup({
--formatting.prettier.with({ extra_args = { "--no-semi", "--single-quote", "--jsx-single-quote" } }),
--formatting.prettier,
-- formatting.prettierd,
formatting.black.with({ extra_args = { "--fast" } }),
formatting.stylua,
-- formatting.black.with({ extra_args = { "--fast" } }),
-- formatting.stylua,
-- formatting.eslint_d,
-- formatting.google_java_format,
-- formatting.phpcbf,