akinsho / akinsho/bufferline.nvim
[Bug]: Bufferline don't show overidden icons which are set by nvim-web-devicons
オープン
bug
- 主要言語
- Lua
- スター
- 4.4k
- フォーク
- 240
- PR マージ指標
- 30日以内にマージされた PR はありません
説明
### 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_
コントリビューションガイド
このリポジトリのコントリビューションガイドは索引されていません
評価
この issue はまだ評価されていません。