nvchad

my nvchad settings
git clone https://git.awy.one/nvchad.git
Log | Files | Refs

conform.lua (292B)


      1 local options = {
      2   formatters_by_ft = {
      3     lua = { "stylua" },
      4     -- css = { "prettier" },
      5     -- html = { "prettier" },
      6   },
      7 
      8   -- format_on_save = {
      9   --   -- These options will be passed to conform.format()
     10   --   timeout_ms = 500,
     11   --   lsp_fallback = true,
     12   -- },
     13 }
     14 
     15 return options