馃敀 Backup for my config files
dotfiles
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

at bfbcefcfe4ebe53fba9d84261a60e11bac4e9b05 19 lines 355 B view raw
1return { 2 "stevearc/conform.nvim", 3 opts = { 4 formatters_by_ft = { 5 gleam = { "gleam", "rustywind" }, 6 kdl = { "kdlfmt" }, 7 markdown = { "rumdl" }, 8 slq = { "sqruff" }, 9 }, 10 formatters = { 11 rustywind = { 12 prepend_args = { 13 "--custom-regex", 14 "class\\([\\s\\S]*?[\\\"\\']([\\s\\S]*?)[\\\"\\'][\\s\\S]*?\\)", 15 }, 16 }, 17 }, 18 }, 19}