fix(lualine): prevent statusline pop-(in/out)

This commit is contained in:
Bao Trinh 2024-05-09 17:09:28 -05:00
parent 116354a7c5
commit b030554240
No known key found for this signature in database
GPG key ID: 66B50C2AD65984B2

View file

@ -108,7 +108,7 @@ return {
-- statusline -- statusline
{ {
"nvim-lualine/lualine.nvim", "nvim-lualine/lualine.nvim",
event = "VeryLazy", event = "UIEnter",
init = function() init = function()
vim.g.lualine_laststatus = vim.o.laststatus vim.g.lualine_laststatus = vim.o.laststatus
if vim.fn.argc(-1) > 0 then if vim.fn.argc(-1) > 0 then