feat(gleam): add conform

This commit is contained in:
Vu Nhat Chuong 2025-02-18 09:41:54 +07:00
parent 16a772452a
commit 24631a26f7

View file

@ -17,4 +17,13 @@ return {
},
},
},
{
"conform.nvim",
optional = true,
opts = {
formatters_by_ft = {
gleam = { "gleam" },
},
},
},
}