This commit is contained in:
asep komarudin 2023-01-26 06:40:43 +07:00
parent 177de93f15
commit eb90dc8965

View file

@ -14,7 +14,7 @@ null_ls.setup({
debug = false, debug = false,
sources = { sources = {
--formatting.prettier.with({ extra_args = { "--no-semi", "--single-quote", "--jsx-single-quote" } }), --formatting.prettier.with({ extra_args = { "--no-semi", "--single-quote", "--jsx-single-quote" } }),
formatting.prettier, --formatting.prettier,
-- formatting.prettierd, -- formatting.prettierd,
formatting.black.with({ extra_args = { "--fast" } }), formatting.black.with({ extra_args = { "--fast" } }),
formatting.stylua, formatting.stylua,