Skip to content

Commit 97d0332

Browse files
authored
feat(helm): remove prettier & prettierd (#1621)
1 parent 8d7a63c commit 97d0332

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

lua/astrocommunity/pack/helm/init.lua

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -64,13 +64,4 @@ return {
6464
opts.ensure_installed = require("astrocore").list_insert_unique(opts.ensure_installed, { "helm-ls" })
6565
end,
6666
},
67-
{
68-
"stevearc/conform.nvim",
69-
optional = true,
70-
opts = {
71-
formatters_by_ft = {
72-
helm = { "prettierd", "prettier", stop_after_first = true },
73-
},
74-
},
75-
},
7667
}

0 commit comments

Comments
 (0)