feat(rest): added kuala-fmt as formatter to kulala

This commit is contained in:
Alexander Haas 2025-06-25 08:50:20 +02:00
parent 1b7f3f77f5
commit 4b6188cfff
No known key found for this signature in database
GPG key ID: CE6F8F17BC5E9A28

View file

@ -64,6 +64,22 @@ return {
},
},
},
{
"williamboman/mason.nvim",
opts = {
ensure_installed = {
"kulala-fmt",
},
},
},
{
"stevearc/conform.nvim",
opts = {
formatters_by_ft = {
http = { "kulala-fmt" },
},
},
},
{
"nvim-treesitter/nvim-treesitter",
opts = {