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