switch to tslp

This commit is contained in:
Paul Gauthier 2025-03-06 12:32:06 -08:00
parent 40e463cdc1
commit cf089abb64
6 changed files with 30 additions and 43 deletions

View file

@ -841,12 +841,6 @@ def get_parser(default_config_files, git_root):
"--editor",
help="Specify which editor to use for the /editor command",
)
group.add_argument(
"--install-tree-sitter-language-pack",
action="store_true",
help="Install the tree_sitter_language_pack (experimental)",
default=False,
)
return parser