mirror of
https://github.com/LazyVim/LazyVim.git
synced 2025-07-19 02:05:11 +02:00
feat(gleam): add conform
This commit is contained in:
parent
16a772452a
commit
24631a26f7
1 changed files with 9 additions and 0 deletions
|
@ -17,4 +17,13 @@ return {
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"conform.nvim",
|
||||||
|
optional = true,
|
||||||
|
opts = {
|
||||||
|
formatters_by_ft = {
|
||||||
|
gleam = { "gleam" },
|
||||||
|
},
|
||||||
|
},
|
||||||
|
},
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue