We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3b57867 commit 1363a05Copy full SHA for 1363a05
lua/bufferline/utils/init.lua
@@ -217,7 +217,7 @@ function M.get_icon(opts)
217
if icon then return icon, hl end
218
end
219
220
- if not config.show_buffer_icons then return "", "" end
+ if not config.options.show_buffer_icons then return "", "" end
221
local loaded, webdev_icons = pcall(require, "nvim-web-devicons")
222
if opts.directory then
223
local hl = loaded and "DevIconDefault" or nil
0 commit comments