update nvchad config to v2.5

This commit is contained in:
grassblock 2024-12-14 20:17:58 +08:00
parent df374efd22
commit 7ddbecbda0
23 changed files with 384 additions and 260 deletions

View file

@ -0,0 +1,15 @@
local options = {
formatters_by_ft = {
lua = { "stylua" },
-- css = { "prettier" },
-- html = { "prettier" },
},
-- format_on_save = {
-- -- These options will be passed to conform.format()
-- timeout_ms = 500,
-- lsp_fallback = true,
-- },
}
return options