enable autoformatting for ts, js and ruby

pull/837/head
Kerry Staley 1 year ago
parent f4ee26d9b8
commit 3ac923a424

@ -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' } },
},
},
},

Loading…
Cancel
Save