Skip to content

Commit

Permalink
Rm ruplacer
Browse files Browse the repository at this point in the history
  • Loading branch information
AOx0 committed Oct 16, 2023
1 parent 46c8879 commit 4ed9fdb
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions helix-git/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ pkgdesc="A text editor written in rust"
url="https://helix-editor.com"
_git="https://github.com/helix-editor/${_pkgname}.git"
arch=(x86_64)
makedepends=('cargo' 'ruplacer')
makedepends=('cargo')
depends=()
provides=('hx')
conflicts=('helix' 'helix-git')
Expand Down Expand Up @@ -43,9 +43,7 @@ EOF
cp runtime/themes/fleet_dark.toml runtime/themes/tfleet_dark.toml
sed -i 's/"ui.background" = { bg = "Gray 10" }/"ui.background" = { }/' runtime/themes/tfleet_dark.toml

ruplacer '\[language-server\]\n' '[language-server]
typst-lsp = { command = "typst-lsp" }' --go -- languages.toml
sed -i 's/\[language-server\]/[language-server]\n\ntypst-lsp = { command = "typst-lsp" }/' languages.toml

cat >> languages.toml <<EOF
Expand Down

0 comments on commit 4ed9fdb

Please sign in to comment.