This commit is contained in:
2025-02-14 15:59:26 +02:00
parent efba4fac34
commit a39eb22e24
2 changed files with 2 additions and 6 deletions

View File

@ -1,8 +1,4 @@
{ {lib, ...}: {
lib,
config,
...
}: {
# Import all your configuration modules here # Import all your configuration modules here
imports = [ imports = [
./bufferlines ./bufferlines

View File

@ -103,7 +103,7 @@
]; ];
# Enable chars list # 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:"; listchars = "eol:,tab:|->,lead:·,space: ,trail:,extends:,precedes:,nbsp:";
# More space in the neovim command line for displaying messages # More space in the neovim command line for displaying messages