9 lines
267 B
Lua
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
|
|
},
|
|
}
|