astronvim/heirline/icon_highlights.lua
2023-02-04 16:46:27 +01:00

9 lines
267 B
Lua

return {
breadcrumbs = false, -- LSP symbols in the breadcrumbs
file_icon = {
winbar = false, -- Filetype icon in the winbar inactive windows
statusline = true, -- Filetype icon in the statusline
tabline = true, -- Filetype icon in the tabline
},
}