up
This commit is contained in:
@ -1,8 +1,4 @@
|
|||||||
{
|
{lib, ...}: {
|
||||||
lib,
|
|
||||||
config,
|
|
||||||
...
|
|
||||||
}: {
|
|
||||||
# Import all your configuration modules here
|
# Import all your configuration modules here
|
||||||
imports = [
|
imports = [
|
||||||
./bufferlines
|
./bufferlines
|
||||||
|
@ -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
|
||||||
|
Reference in New Issue
Block a user