I\'m a longtime Vim user (3 or 4 years) who has recently started dealing with some deeply nested code. This code is indented with spaces, not tabs. I would like some clean
The following command will configure Vim to show dots to indicate the
indentation level as you type. The dots magically disappear when the
cursor leaves the line:
:set list listchars=tab:»-,trail:·,extends:»,precedes:«