lualine.nvim/lua
smhc a11f6d15d4
Schedule a redraw of tabline when setting tabline (#520)
* Schedule a redraw of tabline when setting tabline

The tabline isn't drawn until scrolling the window or opening another file. Opening multiple files at once (e.g. nvim a.txt b.txt) will only show the first.

By performing a deferred redraw of the tabline this fixes this startup behaviour problem.

* Changed to use vim.schedule
2022-01-02 17:05:42 +06:00
..
lualine fixup: error on branch component when stray .git files exist 2021-12-25 16:13:39 +06:00
tests chore: fix typos (#507) 2021-12-24 08:03:11 +06:00
lualine.lua Schedule a redraw of tabline when setting tabline (#520) 2022-01-02 17:05:42 +06:00
lualine_require.lua doc: improve code documentation (#82) 2021-10-12 20:04:47 +06:00