Merge branch 'main' into dev

This commit is contained in:
chuyanlong 2025-10-15 14:08:19 +08:00
commit c22d5d7f06
2 changed files with 10 additions and 1 deletions

View file

@ -1,4 +1,4 @@
*LazyVim.txt* For Neovim Last change: 2025 October 12
*LazyVim.txt* For Neovim Last change: 2025 October 14
==============================================================================
Table of Contents *LazyVim-table-of-contents*

View file

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