From 569101ff414d3953685896284354dfc84c9a9586 Mon Sep 17 00:00:00 2001 From: Isshi0417 Date: Tue, 23 Jul 2024 22:18:24 +0900 Subject: [PATCH] Configure helix --- hosts/default/configuration.nix | 1 + modules/home-manager/helix/default.nix | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/hosts/default/configuration.nix b/hosts/default/configuration.nix index 6a2c614..0afc4ac 100644 --- a/hosts/default/configuration.nix +++ b/hosts/default/configuration.nix @@ -105,6 +105,7 @@ python312Packages.pip python312Packages.python-lsp-server nil + marksman ]; programs.light.enable = true; diff --git a/modules/home-manager/helix/default.nix b/modules/home-manager/helix/default.nix index fdedd26..ba208be 100644 --- a/modules/home-manager/helix/default.nix +++ b/modules/home-manager/helix/default.nix @@ -9,7 +9,7 @@ editor = { line-number = "relative"; shell = ["sh" "-c"]; - rulers = [79]; + rulers = [80]; statusline = { left = ["mode" "version-control" "file-name"];