From 2c37ea0285e9269ccfb80392e679a9b8e24cd3be Mon Sep 17 00:00:00 2001 From: Raj Sharma Date: Tue, 27 Aug 2024 19:03:01 +0530 Subject: [PATCH] chore: removed old nvchad config dir --- lua/configs/conform.lua | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100644 lua/configs/conform.lua diff --git a/lua/configs/conform.lua b/lua/configs/conform.lua deleted file mode 100644 index a000447..0000000 --- a/lua/configs/conform.lua +++ /dev/null @@ -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)