Skip to content
New issue

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

Better whitespaces visualization #45

Closed
vitornogueira opened this issue Sep 20, 2017 · 1 comment · Fixed by #62
Closed

Better whitespaces visualization #45

vitornogueira opened this issue Sep 20, 2017 · 1 comment · Fixed by #62

Comments

@vitornogueira
Copy link

How can I improve the visualization of white spaces? (spaces and tabs)

VIM:
selection_022

VSCODE:
selection_023

@anchnk
Copy link

anchnk commented Oct 5, 2017

:help listchars might gives you some insights here.

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.

See hi NonText, hope it helps, cheers

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging a pull request may close this issue.

2 participants