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 8b09c4a commit a64048eCopy full SHA for a64048e
plugins/by-name/bufferline/default.nix
@@ -604,7 +604,7 @@ lib.nixvim.plugins.mkNeovimPlugin {
604
-- This can be used to change how bufferline fetches the icon
605
-- for an element e.g. a buffer or a tab.
606
-- e.g.
607
- local icon, hl = require('nvim-web-devicons').get_icon_by_filetype(opts.filetype, { default = false })
+ local icon, hl = require('nvim-web-devicons').get_icon_by_filetype(element.filetype, { default = false })
608
return icon, hl
609
end
610
'';
0 commit comments