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