From f2c215460bb2e45812ea89833fb5525c09a3866d Mon Sep 17 00:00:00 2001 From: Sweetbread Date: Fri, 31 Jan 2025 19:45:16 +0300 Subject: [PATCH] fix(helix): No end newline --- home-manager/modules/helix.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/home-manager/modules/helix.nix b/home-manager/modules/helix.nix index dece2cf..4b51679 100644 --- a/home-manager/modules/helix.nix +++ b/home-manager/modules/helix.nix @@ -6,6 +6,7 @@ settings = { # theme = "catppuccin-mocha"; editor = { + insert-final-newline = false; whitespace.render = { space = "all"; tab = "all";