-
-
Notifications
You must be signed in to change notification settings - Fork 523
FAQ
Shadman edited this page Jul 28, 2022
·
6 revisions
By default lualine updates statusline, tabline & winbar every 1s. If you need faster update you can configure the update time with refresh option.
require('lualine').setup({
options = {
refresh = {
statusline = 200, -- Note these are in mili second and default is 1000
tabline = 500,
winbar = 300,
}
}
}