feat(gleam): add conform (#5640)

## Description

Add conform.nvim formatter for gleam lanuage.

## Checklist

- [x] I've read the
[CONTRIBUTING](https://github.com/LazyVim/LazyVim/blob/main/CONTRIBUTING.md)
guidelines.
This commit is contained in:
Vu Nhat Chuong
2025-10-14 18:17:22 +07:00
committed by GitHub
parent cfc0ae0184
commit 02b8dd3f4b

View File

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