Hack my existing Kickstart mods into this fork
Good enough for now. If I need more, then I'll make more commits!
This commit is contained in:
parent
98ad2ee32a
commit
ab3778d9ac
3 changed files with 99 additions and 63 deletions
5
after/ftplugin/python.lua
Normal file
5
after/ftplugin/python.lua
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
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
|
||||
Loading…
Add table
Add a link
Reference in a new issue