chore: removed old nvchad config dir

This commit is contained in:
Raj 2024-08-27 19:03:01 +05:30
parent 13b94add6a
commit 2c37ea0285
1 changed files with 0 additions and 15 deletions

View File

@ -1,15 +0,0 @@
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,
-- },
}
require("conform").setup(options)