Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(icons): display overriden devicons (#817)
normally bufferline retrieves the file extension using vim.fn.fnamemodify with the :e option, but that doesn't account for extensions with multiple dots, by passing nil instead of that extension, the inner recursive mechanism of nvim-web-devicons is utilized to get the longest matching extension from the filename
- Loading branch information