-
Notifications
You must be signed in to change notification settings - Fork 267
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
Dots after icons in NERDTree, only in GVim #110
Comments
Thanks for this! I will at least add to readme as you suggested 😄 |
Good 😃 You'll close the issue when the README will be updated then. |
Yep 👍 |
I have exactly the same issue. Everything is fine in terminal I tried the proposed solution to add Are there some additional settings that I can try? |
actually I just noticed that there are dots. In my case, there is not dots. Just cut icon, so maybe it's another issue |
Uh oh 😢 You can try tweaking this fix in the code to see if it gives any more clues: https://github.com/ryanoasis/vim-devicons/blob/master/plugin/webdevicons.vim#L557-L559 Other than that there are other settings but I don't see they would help: |
Hmm yes actually that is how I usually see it too because they are double width characters so they get a little messed up when viewed without any applied "fix" to their display. Can you try to see if this helps things: edit: Also not sure but this (executing |
Thanks a lot @ryanoasis ! |
@vohtaski Cool I am glad that actually worked for you, it also worked for me but caused some issues regarding powerline symbols using Airline: |
@ryanoasis Yep, I had the same issue, the bigger problem is that it also broke the indentLine plugin :( |
@vohtaski could you paste the output of I'm particular I want see which patches you have. |
here it is:
|
@vohtaski Thanks |
First of all, thanks for your awesome plugin.
With GVim, I had the same problem as the one in #84 ...
... and unsetting
list
in nerdtree's buffer solved it.It will be good then to add this workaround in the README.
The text was updated successfully, but these errors were encountered: