Open mrcjkb opened 7 months ago
ts add
ts prune
Perhaps we can have a command Rocks ts update to get all tree-sitter-XXX to add them to rocks.toml easily.
Rocks ts update
tree-sitter-XXX
require("rocks.fzy").fuzzy_filter("tree-sitter-", vim.tbl_keys(require("rocks.cache").try_get_rocks()))
ts add
- enable auto highlight and install (if bang). No arg gets the parser for the current file typets prune
- disable auto highlight and uninstall. Don't uninstall if bang?