Skip to content

Commit e54019b

Browse files
nvim(lualine): fix missing lualine_x
1 parent 2706318 commit e54019b

File tree

1 file changed

+1
-5
lines changed
  • modules/nvim/lua/minizilla

1 file changed

+1
-5
lines changed

modules/nvim/lua/minizilla/ui.lua

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,7 @@ sections = {
1212
},
1313
},
1414
},
15-
lualine_x = {
16-
{
17-
'rest'
18-
},
19-
},
15+
lualine_x = { 'rest', 'encoding', 'fileformat', 'filetype' },
2016
}
2117

2218
local inactive_sessions = sections

0 commit comments

Comments
 (0)