From a39eb22e245ada1b1243e485aa1313d78b4fa3b8 Mon Sep 17 00:00:00 2001 From: unexplrd Date: Fri, 14 Feb 2025 15:59:26 +0200 Subject: [PATCH] up --- config/default.nix | 6 +----- config/sets/set.nix | 2 +- 2 files changed, 2 insertions(+), 6 deletions(-) diff --git a/config/default.nix b/config/default.nix index f773d9b..2006921 100644 --- a/config/default.nix +++ b/config/default.nix @@ -1,8 +1,4 @@ -{ - lib, - config, - ... -}: { +{lib, ...}: { # Import all your configuration modules here imports = [ ./bufferlines diff --git a/config/sets/set.nix b/config/sets/set.nix index fa5fecc..a65eda8 100644 --- a/config/sets/set.nix +++ b/config/sets/set.nix @@ -103,7 +103,7 @@ ]; # Enable chars list - list = false; # Show invisible characters (tabs, eol, ...) + list = true; # Show invisible characters (tabs, eol, ...) listchars = "eol:↲,tab:|->,lead:·,space: ,trail:•,extends:→,precedes:←,nbsp:␣"; # More space in the neovim command line for displaying messages