You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, would like some help integrating devicons, assuming it is possible.
Using the WebDevIconsGetFileTypeSumbol(), from https://github.com/ryanoasis/vim-devicons#developer, I can replace line 110, within buftablime.vim from this: let tab.label = lpad . get(tab, 'pre', '') . tab.label . ' '
to this: let tab.label = lpad . get(tab, 'pre', '') . tab.label . ' %{WebDevIconsGetFileTypeSymbol()} '.
It mostly works, except that all buffers get the same icon as the current. *sigh. I'm not sure how to address this, and would greatly appreciate your help, assuming it's possible.
Thank you.
The text was updated successfully, but these errors were encountered:
Hello, would like some help integrating devicons, assuming it is possible.
Using the
WebDevIconsGetFileTypeSumbol()
, from https://github.com/ryanoasis/vim-devicons#developer, I can replace line 110, within buftablime.vim from this:let tab.label = lpad . get(tab, 'pre', '') . tab.label . ' '
to this:
let tab.label = lpad . get(tab, 'pre', '') . tab.label . ' %{WebDevIconsGetFileTypeSymbol()} '
.It mostly works, except that all buffers get the same icon as the current. *sigh. I'm not sure how to address this, and would greatly appreciate your help, assuming it's possible.
Thank you.
The text was updated successfully, but these errors were encountered: