Zach Zolton ab3778d9ac
Hack my existing Kickstart mods into this fork
Good enough for now. If I need more, then I'll make more commits!
2023-08-11 13:53:19 -04:00

6 lines
188 B
Lua

local macchiato_line_length = 80
if (vim.o.textwidth or 0) > 0 then
macchiato_line_length = vim.o.textwidth
end
vim.opt_local.formatprg = 'black-macchiato -l ' .. macchiato_line_length