We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How can I improve the visualization of white spaces? (spaces and tabs)
VIM:
VSCODE:
The text was updated successfully, but these errors were encountered:
:help listchars might gives you some insights here.
:help listchars
For instance, here is my current set up:
listchars=eol:$,tab:->,trail:.,extends:>,precedes:<,nbsp:_
For indentation indicators I believe there's a plugin for that. I don't think vim can do that by itself.
You can change the colors by setting NonText to the same color as for your comment for instance.
NonText
See hi NonText, hope it helps, cheers
hi NonText
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
How can I improve the visualization of white spaces? (spaces and tabs)
VIM:
VSCODE:
The text was updated successfully, but these errors were encountered: