This commit is contained in:
Vu Nhat Chuong 2025-05-17 22:49:23 +02:00 committed by GitHub
commit 7f19171c34
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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