From 2436b930001e9c25a6effd3d4a7488daf3f854d7 Mon Sep 17 00:00:00 2001 From: Martin Larsson Date: Fri, 30 May 2025 17:34:36 +0200 Subject: [PATCH] feat: Fix helix config, add helix instead of evil-helix --- helix/config.toml | 12 ++++++++++++ nix/home/default.nix | 6 +++++- 2 files changed, 17 insertions(+), 1 deletion(-) create mode 100644 helix/config.toml diff --git a/helix/config.toml b/helix/config.toml new file mode 100644 index 0000000..f915d40 --- /dev/null +++ b/helix/config.toml @@ -0,0 +1,12 @@ +theme = "ayu_mirage" + +[editor] +line-number = "relative" + +[editor.cursor-shape] +insert = "bar" +normal = "block" +select = "underline" + +[editor.indent-guides] +render = true diff --git a/nix/home/default.nix b/nix/home/default.nix index 401fb0c..e1d45af 100644 --- a/nix/home/default.nix +++ b/nix/home/default.nix @@ -16,6 +16,10 @@ let ".config/nvim" "nvim" ] + [ + ".config/helix" + "helix" + ] [ ".config/yazi" "yazi" @@ -116,7 +120,7 @@ in svelte-language-server diff-so-fancy obsidian - evil-helix + helix xh dust tokei