changeset 1089:3413249bd5fa draft

feat: update helix - master build including tree-house (new tree-sitter library)
author Zeger Van de Vannet <zeger@vandevan.net>
date Mon, 14 Apr 2025 21:47:14 +0200
parents 52c2a9f52cc2
children 527772a66bec
files .chezmoiscripts/run_once_after_39-install-helix.sh.tmpl dot_config/helix/config.toml.tmpl
diffstat 2 files changed, 2 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/.chezmoiscripts/run_once_after_39-install-helix.sh.tmpl	Mon Apr 14 21:47:02 2025 +0200
+++ b/.chezmoiscripts/run_once_after_39-install-helix.sh.tmpl	Mon Apr 14 21:47:14 2025 +0200
@@ -9,7 +9,7 @@
 
 rm -rf $HELIX_BUILD_DIR
 mkdir -p $HELIX_BUILD_DIR
-curl -fsSL https://hg.vandevan.net/forks/helix/archive/8e3e20766f1e.tar.gz | tar xzf - --strip-components=1 -C $HELIX_BUILD_DIR
+curl -fsSL https://hg.vandevan.net/forks/helix/archive/469954ec786f.tar.gz | tar xzf - --strip-components=1 -C $HELIX_BUILD_DIR
 cd $HELIX_BUILD_DIR
 
 pushd vendor
--- a/dot_config/helix/config.toml.tmpl	Mon Apr 14 21:47:02 2025 +0200
+++ b/dot_config/helix/config.toml.tmpl	Mon Apr 14 21:47:14 2025 +0200
@@ -39,8 +39,7 @@
 x = "extend_line"
 
 [keys.normal."space"]
-o = "file_browser_in_current_buffer_directory"
-"." = "file_browser"
+o = "file_explorer_in_current_buffer_directory"
 
 [keys.normal.g]
 l = ["collapse_selection", "extend_to_line_end"]