You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc/bufferline.txt
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -136,7 +136,7 @@ The available configuration are:
136
136
},
137
137
color_icons = true | false, -- whether or not to add the filetype icon highlights
138
138
get_element_icon = function(element)
139
-
-- element consists of {filetype: string, path: string, extension: string, directory: string}
139
+
-- element consists of {filetype: string, extension: string, directory: string, type:string?}, and all the properties same as the `name_formatter` function
140
140
-- This can be used to change how bufferline fetches the icon
0 commit comments