Skip to content

Commit

Permalink
feat(html-css): add mason-tool-installer config
Browse files Browse the repository at this point in the history
  • Loading branch information
mehalter committed Feb 8, 2024
1 parent 3ef290e commit 63eea0d
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions lua/astrocommunity/pack/html-css/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,14 @@ return {
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")
end,
},
{
"stevearc/conform.nvim",
optional = true,
Expand Down

0 comments on commit 63eea0d

Please sign in to comment.