mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-22 21:30:06 -04:00
feat(install): support custom queries
This commit is contained in:
parent
fb9b2cfdc3
commit
057e845518
4 changed files with 107 additions and 45 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue