diff options
author | Justine Smithies <justine@smithies.me.uk> | 2025-02-18 19:23:40 +0000 |
---|---|---|
committer | Justine Smithies <justine@smithies.me.uk> | 2025-02-18 19:23:40 +0000 |
commit | b4da5b4812710d4dc9612f74dcc9f4d15e9aed0c (patch) | |
tree | 1dbce141cc9fa81cd882c8173fca2f41ec9d579e | |
parent | 394544988ab98293295490b8d4251423a1ee50fe (diff) |
Changed event from VeryLazy to VimEnter.
-rw-r--r-- | .config/nvim/lua/plugins/lualine-nvim.lua | 2 |
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, } |