Closed Avishayy closed 5 years ago
It's most probably a font problem.
The unicode symbols come from the vim-devicons plugin (enabled through let g:webdevicons_enable_startify = 1
). :)
That's the thing - it still happens when this line is omitted (it wasn't present at first) and I added it to try and resolve the issue - which didn't help.
I didn't get to pinpoint what exactly caused it - but I removed the NerdTree portion in the original init.vim and everything is well now, hopefully it might help to other people.
Thanks anyway mhinz!
Well, looking at the paths in your screenshot, you can see the full relative path, so something with unicode got prepended.
See :h startify-misc
.
You should be able to find out what set it by doing :verb func StartifyEntryFormat
.
BTW, I closed this because I'm pretty sure it's not an issue with this plugin, but feel free to ask further questions!
Hey!
I've started using startify with this dotfile and my startify screen looks like this
All of the unidentified unicode characters can be replaced with a simple
~/
, I am not sure what causes them to print, I tried installing the Hack Nerd Font but the result is the same.The relevant startify section in my
init.vim
:Any help is appreciated, thank you!