mirror of
https://github.com/LazyVim/LazyVim.git
synced 2026-07-25 14:01:06 +00:00
fix(lualine): prevent statusline pop-(in/out)
This commit is contained in:
parent
116354a7c5
commit
b030554240
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue