feat: install kulala

This commit is contained in:
2025-07-30 19:58:56 +03:00
parent 1eaca23cd5
commit c992276981
7 changed files with 214 additions and 31 deletions

View File

@@ -3,7 +3,8 @@ local run_formatter = function(text)
local result = table.concat(vim.list_slice(split, 2, #split - 1), "\n")
local j = require("plenary.job"):new({
command = "pg_format",
command = "sqruff",
args = { "format", "-" },
writer = { result },
})
return j:sync()