From c82d2375da00075a97ecdb5f7b310df78fb19d4c Mon Sep 17 00:00:00 2001 From: zackartz Date: Wed, 13 Mar 2024 13:21:35 -0400 Subject: [PATCH] 174 current 2024-03-13 13:21:28 24.05.20240309.3030f18 6.7.9-zen1 * --- modules/home-manager/vim.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/modules/home-manager/vim.nix b/modules/home-manager/vim.nix index 32cf974..c103541 100644 --- a/modules/home-manager/vim.nix +++ b/modules/home-manager/vim.nix @@ -252,6 +252,9 @@ }; }; }; + whitespace = { + remove_blankline_trail = true; + }; indent = {char = "▏";}; }; };