akinsho / akinsho/bufferline.nvim
[Bug]: Bufferline don't show overidden icons which are set by nvim-web-devicons
Đang mở
bug
- Ngôn ngữ chính
- Lua
- Star
- 4.4k
- Fork
- 240
- Chỉ số merge pull request
- Không có pull request nào được merge trong 30 ngày
Mô tả
### 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_
Hướng dẫn đóng góp
Chưa lập chỉ mục được hướng dẫn đóng góp cho kho mã nguồn này
Đánh giá
Issue này chưa được đánh giá.