Contributing guidelines
Module(s)
indent
Description
When the indent marker is displayed and you use:
vim.opt.listchars       = { tab     = '»·', } 
Then the it will remove the listchar for indented code for more than one level.

Neovim version
0.7.2
Steps to reproduce
- In your config set:
 
vim.opt.listchars       = { tab     = '»·', } 
- configure mini.nvim indent
 
- Open source code with tabs e.g. Samba source code
 
Expected behavior
The listchar should not be removed by the indent marker.
Actual behavior
The listchar is removed by the indent marker. See image above.