nixvimConfigs/fiesta/setups/ui: update config

This commit is contained in:
Gabriel Arazas 2024-05-26 16:36:49 +08:00
parent ac4b36d550
commit 11d0426b7f
No known key found for this signature in database
GPG Key ID: 62104B43D00AA360

View File

@ -31,7 +31,7 @@ in
# Show them hidden suckers. # Show them hidden suckers.
opts.list = true; opts.list = true;
opts.listchars = { opts.listchars = {
tab = " *"; tab = " ";
trail = "·"; trail = "·";
nbsp = "%"; nbsp = "%";
}; };