this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

[nvim] null-ls: change prettier to **prettierd**

+2 -2
+2 -2
nvim/lua/core/lsp/null-ls.lua
··· 31 31 -- b.formatting.prettier_d_slim--[[ .with({ 32 32 -- extra_args = { '--no-semi', "--single-quote", "--jsx-single-quote" }, 33 33 -- }), ]] 34 - b.formatting.prettier.with({ 35 - extra_args = { "--no-semi", "--single-quote", "--jsx-single-quote" }, 34 + b.formatting.prettierd.with({ 35 + -- extra_args = { "--no-semi", "--single-quote", "--jsx-single-quote" }, 36 36 }), 37 37 }, 38 38 on_attach = function(client)