Skip to content

Commit 937aaec

Browse files
committed
fix(component): fix missing file modified element in tabline file_info
1 parent 695da66 commit 937aaec

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lua/astroui/status/component.lua

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@ function M.tabline_file_info(opts)
6666
},
6767
filename = {},
6868
filetype = false,
69+
file_modified = { padding = { left = 1, right = 1 }, condition = condition.is_file },
6970
unique_path = {
7071
hl = function(self) return hl.get_attributes(self.tab_type .. "_path") end,
7172
},

0 commit comments

Comments
 (0)