refactor: snacks cleanup

This commit is contained in:
Folke Lemaitre 2024-11-05 23:26:29 +01:00
parent 7b150d774e
commit f4717e26cc
No known key found for this signature in database
GPG key ID: 41F8B1FBACAE2040
4 changed files with 6 additions and 8 deletions

View file

@ -90,9 +90,4 @@ function M.foldexpr()
return "0"
end
---@param buf number?
function M.bufremove(buf)
Snacks.bufdelete(buf)
end
return M