✨ feat(nvim): add kulala fmt to the http extra
This commit is contained in:
parent
6b31914b90
commit
8a21254df3
1 changed files with 8 additions and 0 deletions
|
@ -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,
|
||||||
|
},
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue