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 = "▏";}; }; };