diff --git a/lua/astrocommunity/pack/html-css/init.lua b/lua/astrocommunity/pack/html-css/init.lua index 8c7f068cf..0815b0580 100644 --- a/lua/astrocommunity/pack/html-css/init.lua +++ b/lua/astrocommunity/pack/html-css/init.lua @@ -37,36 +37,14 @@ return { }, }, }, - { - "jay-babu/mason-null-ls.nvim", - optional = true, - opts = function(_, opts) - opts.ensure_installed = require("astrocore").list_insert_unique(opts.ensure_installed, { "prettierd" }) - end, - }, { "WhoIsSethDaniel/mason-tool-installer.nvim", optional = true, opts = function(_, opts) - opts.ensure_installed = require("astrocore").list_insert_unique( - opts.ensure_installed, - { "html-lsp", "css-lsp", "emmet-ls", "prettierd" } - ) + opts.ensure_installed = + require("astrocore").list_insert_unique(opts.ensure_installed, { "html-lsp", "css-lsp", "emmet-ls" }) end, }, - { - "stevearc/conform.nvim", - optional = true, - opts = { - formatters_by_ft = { - html = { "prettierd", "prettier", stop_after_first = true }, - css = { "prettierd", "prettier", stop_after_first = true }, - scss = { "prettierd", "prettier", stop_after_first = true }, - less = { "prettierd", "prettier", stop_after_first = true }, - postcss = { "prettierd", "prettier", stop_after_first = true }, - }, - }, - }, { "echasnovski/mini.icons", optional = true,