Commit fd81a4b

HPCesia <me@hpcesia.com>
2026-07-07 16:38:37
Update Helix config
1 parent 7a0f0e6
Changed files (2)
modules
develop
editor
modules/develop/editor/helix/default.nix
@@ -62,7 +62,9 @@
           name = "steel-plugins";
           paths = with pkgs.nur.repos.hpcesia.helixPlugins; [
             fcitx-focus
-            oil
+            forest
+            glyph
+            notify
             wakatime
           ];
         };
modules/develop/editor/helix/init.scm
@@ -7,25 +7,12 @@
 (require "helix-fcitx-focus/cogs/fcitx-focus.scm")
 (require "wakatime/wakatime.scm")
 
-(require "oil/oil.scm")
-;; (oil-configure! show-dotfiles show-git-ignored)
-(oil-configure! #true #false)
+(require "forest/forest.scm")
+;; (forest-configure! side)
+(forest-configure! 'left)
+;; (forest-set-style! style)
+(forest-set-style! 'mini)
 (keymap (global)
   (normal
     (space
-      (o
-        (o ":oil")
-        (e ":oil-enter")
-        (b ":oil-back")
-        (g ":oil-root")
-        (s ":oil-save")
-        (r ":oil-refresh")
-        (q ":oil-close")
-        (h ":oil-toggle-hidden")
-        (i ":oil-toggle-git-ignored")
-        (m
-          (y ":oil-yank")
-          (x ":oil-cut")
-          (p ":oil-paste")
-          (c ":oil-clipboard-clear"))))))
-
+      (e ":forest-open"))))