feat(nvim): add kulala fmt to the http extra

This commit is contained in:
Sergio Laín 2024-11-10 01:41:31 +01:00
parent 6b31914b90
commit 8a21254df3
No known key found for this signature in database
GPG key ID: 51BB28D8B42FB438

View file

@ -21,4 +21,12 @@ return {
}, },
}, },
}, },
{
"stevearc/conform.nvim",
opts = function(_, opts)
opts.formatters_by_ft.http = opts.formatters_by_ft.http or {}
table.insert(opts.formatters_by_ft.python, "kulala")
return opts
end,
},
} }