From 0ac975a50fb0fe65826a19e2d75ad2f7b6b85df0 Mon Sep 17 00:00:00 2001 From: zoe Date: Fri, 7 Apr 2023 09:55:59 +0200 Subject: [PATCH] helix soft wrap --- helix/settings.nix | 1 - user.nix | 3 +++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/helix/settings.nix b/helix/settings.nix index f67e721..ea4ce70 100644 --- a/helix/settings.nix +++ b/helix/settings.nix @@ -9,7 +9,6 @@ auto-completion = true; auto-format = true; soft-wrap.enable = true; - whitespace.render = "all"; lsp.display-messages = true; }; }; diff --git a/user.nix b/user.nix index f2eb977..e92a693 100644 --- a/user.nix +++ b/user.nix @@ -171,6 +171,9 @@ in { appimage-run xclip zip + bottom + tmux + zellij ]; };