mirror of
https://github.com/pojokcodeid/nvim-lazy.git
synced 2025-06-25 10:18:42 +02:00
update null-ls formatter
This commit is contained in:
parent
89f505c78e
commit
78747330ba
1 changed files with 2 additions and 2 deletions
|
@ -16,8 +16,8 @@ null_ls.setup({
|
||||||
--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,
|
||||||
-- formatting.eslint_d,
|
-- formatting.eslint_d,
|
||||||
-- formatting.google_java_format,
|
-- formatting.google_java_format,
|
||||||
-- formatting.phpcbf,
|
-- formatting.phpcbf,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue