community/helix: remove prefix of helix.post-install

This commit is contained in:
Achill Gilgenast 2025-11-25 15:25:04 +01:00
parent 48fac9b3c4
commit 4e8365dfb7
No known key found for this signature in database
GPG Key ID: BB8C8A81C6452A88
2 changed files with 5 additions and 7 deletions

View File

@ -2,7 +2,7 @@
# Maintainer: Jakub Jirutka <jakub@jirutka.cz>
pkgname=helix
pkgver=25.07.1
pkgrel=1
pkgrel=2
pkgdesc="A post-modern modal text editor"
url="https://helix-editor.com/"
arch="all"

View File

@ -1,10 +1,8 @@
#!/bin/sh
cat >&2 <<EOF
*
* Tree-sitter grammars for syntax highlighting are packaged separately.
* There are currently two options for adding tree-sitter grammar support:
* 1) Install the helix-tree-sitter-vendor package: Installs tree-sitter support from the helix project, per their recommendation.
* 2) Install helix-tree-sitter-system, plus tree-sitter-<lang> packages for individual languages, or the tree-sitter-grammars meta package: This is **not** recommended by the helix project and may not function properly
*
Tree-sitter grammars for syntax highlighting are packaged separately.
There are currently two options for adding tree-sitter grammar support:
1) Install the helix-tree-sitter-vendor package: Installs tree-sitter support from the helix project, per their recommendation.
2) Install helix-tree-sitter-system, plus tree-sitter-<lang> packages for individual languages, or the tree-sitter-grammars meta package: This is **not** recommended by the helix project and may not function properly
EOF