gcmt / taboo.vim

Few utilities for pretty tabs
MIT License
259 stars 35 forks source link

Add support for vim-devicons #29

Closed tlindsay closed 5 years ago

gcmt commented 5 years ago

Thanks for your contribution! I'm afraid the hardcoded space wouldn't let people choose to display the icon differently.

tlindsay commented 5 years ago

You mean the one at the end of this line? https://github.com/gcmt/taboo.vim/pull/29/commits/0a3f3757b3505558cfed4d0169b49a709cf327cb#diff-623dddb68fbc6527f7d0853e39510b16R168

I added that because a lot (all?) of these take up more than a single character's width. You're probably right, though, that that should be accounted for in the user's tab_format.

I'll push up another commit to remove it.