akinsho / akinsho/bufferline.nvim

[Bug]: Bufferline don't show overidden icons which are set by nvim-web-devicons

Open
#191 12 comments 1 reaction 0 assignees View on GitHub
bug
Dominant language
Lua
Stars
4.4k
Forks
240
PR merge metrics
No merged PRs in 30d

Description

### What happened?

```lua
local devicons = require('nvim-web-devicons')

local override = {
["spec.ts"] = {
icon = "",
color = "#ffc600",
name = "TsTest",
},
}
devicons.setup {
override = override,
default = true,
}
```

### What did you expect to happen?

```lua
-- Test config
print(vim.inspect(devicons.get_icon('test.component.spec.ts'))) -- print: 
```

### Additional Information

[nvim-web-devicons config](https://github.com/kyazdani42/nvim-tree.lua/pull/423#issue-658556199)

### commit

_No response_

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.