Skip to content

Commit

Permalink
feat(helm): add conform support
Browse files Browse the repository at this point in the history
  • Loading branch information
mehalter committed Feb 8, 2024
1 parent dd0cb7c commit 0bf4e33
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions lua/astrocommunity/pack/helm/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -65,4 +65,13 @@ return {
end,
ft = "helm",
},
{
"stevearc/conform.nvim",
optional = true,
opts = {
formatters_by_ft = {
helm = { { "prettierd", "prettier" } },
},
},
},
}

0 comments on commit 0bf4e33

Please sign in to comment.