aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustine Smithies <justine@smithies.me.uk>2025-02-18 19:23:40 +0000
committerJustine Smithies <justine@smithies.me.uk>2025-02-18 19:23:40 +0000
commitb4da5b4812710d4dc9612f74dcc9f4d15e9aed0c (patch)
tree1dbce141cc9fa81cd882c8173fca2f41ec9d579e
parent394544988ab98293295490b8d4251423a1ee50fe (diff)
Changed event from VeryLazy to VimEnter.
-rw-r--r--.config/nvim/lua/plugins/lualine-nvim.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/nvim/lua/plugins/lualine-nvim.lua b/.config/nvim/lua/plugins/lualine-nvim.lua
index 4cc355e..9db3026 100644
--- a/.config/nvim/lua/plugins/lualine-nvim.lua
+++ b/.config/nvim/lua/plugins/lualine-nvim.lua
@@ -57,6 +57,6 @@ end
return {
"nvim-lualine/lualine.nvim",
- event = 'VeryLazy',
+ event = 'VimEnter',
config = config,
}