feat(install): support custom queries

This commit is contained in:
Christian Clason 2025-05-29 18:23:42 +02:00 committed by Christian Clason
parent fb9b2cfdc3
commit 057e845518
4 changed files with 107 additions and 45 deletions

View file

@ -17,10 +17,4 @@ function M.write_file(filename, content)
file:close()
end
--- Recursively delete a directory
--- @param name string
function M.delete(name)
vim.fs.rm(name, { recursive = true, force = true })
end
return M