feat: Move nvchad config to ulic-youthlic/nvchad-starter
Some checks are pending
Test Cachix / tests (Akun) (push) Waiting to run
Test Cachix / tests (Cape) (push) Waiting to run
Test Cachix / tests (Tytonidae) (push) Waiting to run

This commit is contained in:
ulic-youthlic 2025-11-08 01:40:27 +08:00
parent 8de70ee867
commit 9c59296b24
Signed by: youthlic
GPG key ID: 63E86C3C14A0D721
12 changed files with 11 additions and 356 deletions

View file

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