Skip to content

Commit de3cff0

Browse files
authored
feat(html-css): Remove prettierd & prettier (#1627)
1 parent 5cb42ce commit de3cff0

File tree

1 file changed

+2
-24
lines changed
  • lua/astrocommunity/pack/html-css

1 file changed

+2
-24
lines changed

lua/astrocommunity/pack/html-css/init.lua

Lines changed: 2 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -37,36 +37,14 @@ return {
3737
},
3838
},
3939
},
40-
{
41-
"jay-babu/mason-null-ls.nvim",
42-
optional = true,
43-
opts = function(_, opts)
44-
opts.ensure_installed = require("astrocore").list_insert_unique(opts.ensure_installed, { "prettierd" })
45-
end,
46-
},
4740
{
4841
"WhoIsSethDaniel/mason-tool-installer.nvim",
4942
optional = true,
5043
opts = function(_, opts)
51-
opts.ensure_installed = require("astrocore").list_insert_unique(
52-
opts.ensure_installed,
53-
{ "html-lsp", "css-lsp", "emmet-ls", "prettierd" }
54-
)
44+
opts.ensure_installed =
45+
require("astrocore").list_insert_unique(opts.ensure_installed, { "html-lsp", "css-lsp", "emmet-ls" })
5546
end,
5647
},
57-
{
58-
"stevearc/conform.nvim",
59-
optional = true,
60-
opts = {
61-
formatters_by_ft = {
62-
html = { "prettierd", "prettier", stop_after_first = true },
63-
css = { "prettierd", "prettier", stop_after_first = true },
64-
scss = { "prettierd", "prettier", stop_after_first = true },
65-
less = { "prettierd", "prettier", stop_after_first = true },
66-
postcss = { "prettierd", "prettier", stop_after_first = true },
67-
},
68-
},
69-
},
7048
{
7149
"echasnovski/mini.icons",
7250
optional = true,

0 commit comments

Comments
 (0)