Mercurial > dotfiles
comparison .chezmoitemplates/init.lua @ 485:4ad3b5ada36b
Add listchar for tab (fixes ^I in text)
author | zegervdv <zegervdv@me.com> |
---|---|
date | Tue, 09 Nov 2021 16:23:04 +0100 |
parents | bed1479d9b10 |
children | 3449f059b93e |
comparison
equal
deleted
inserted
replaced
484:bed1479d9b10 | 485:4ad3b5ada36b |
---|---|
528 | 528 |
529 opt.cursorline = true | 529 opt.cursorline = true |
530 | 530 |
531 -- Show certain characters | 531 -- Show certain characters |
532 opt.list = true | 532 opt.list = true |
533 opt.listchars = { trail = '·', extends = '>', precedes = '<', nbsp = '+' } | 533 opt.listchars = { trail = '·', extends = '>', precedes = '<', nbsp = '+', tab = '▸ ' } |
534 | 534 |
535 opt.sessionoptions:remove 'options' -- Remove options from saved sessions (reload from config) | 535 opt.sessionoptions:remove 'options' -- Remove options from saved sessions (reload from config) |
536 | 536 |
537 opt.completeopt = { 'menu', 'menuone', 'noselect' } | 537 opt.completeopt = { 'menu', 'menuone', 'noselect' } |
538 | 538 |