mirror of
https://github.com/neovim/neovim.git
synced 2026-01-25 22:51:14 +10:00
Using 'listchars' is a nice way to highlight tabs that were included by accident
for buffers that set 'expandtab'.
But maybe one does not want this for buffers that set 'noexpandtab', so now one
can use:
autocmd FileType go let &l:listchars .= ',tab: '