diff options
| author | bh <qn+git@excalibur.computer> | 2025-12-02 20:29:29 +0800 |
|---|---|---|
| committer | bh <qn+git@excalibur.computer> | 2025-12-02 20:29:29 +0800 |
| commit | 5cca3a9733f17231a54bb15ca1ad682dab2927a5 (patch) | |
| tree | a2a35b9fd5cfd3ed56533d802fdb4cfcacb75bd0 /init.lua | |
| parent | 95065165f37331ac62f9270c1dd7d1ac26f9c3f9 (diff) | |
Backup before cleaning up the config
Diffstat (limited to 'init.lua')
| -rw-r--r-- | init.lua | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -45,7 +45,8 @@ vim.cmd("colorscheme terafox") -- List Chars vim.o.list = true vim.opt.listchars = { - tab = "»·", + -- tab = "»·", + tab = "│»", space = "·", trail = "·", eol = "↲", |
