enable autoformatting for ts, js and ruby

This commit is contained in:
Kerry Staley 2024-03-19 17:59:50 -07:00
parent f4ee26d9b8
commit 3ac923a424
1 changed files with 3 additions and 1 deletions

View File

@ -663,7 +663,9 @@ require('lazy').setup({
--
-- You can use a sub-list to tell conform to run *until* a formatter
-- is found.
-- javascript = { { "prettierd", "prettier" } },
javascript = { { 'prettierd', 'prettier' } },
typescript = { { 'prettierd', 'prettier' } },
ruby = { { 'rubocop' } },
},
},
},