summaryrefslogtreecommitdiff
path: root/fnl/config/lualine.fnl
diff options
context:
space:
mode:
Diffstat (limited to 'fnl/config/lualine.fnl')
-rw-r--r--fnl/config/lualine.fnl4
1 files changed, 2 insertions, 2 deletions
diff --git a/fnl/config/lualine.fnl b/fnl/config/lualine.fnl
index be326f5..7373704 100644
--- a/fnl/config/lualine.fnl
+++ b/fnl/config/lualine.fnl
@@ -82,6 +82,6 @@
:extensions []})
{1 :nvim-lualine/lualine.nvim
- :event :VeryLazy
- :opts opts
+ :event :BufReadPost
+ : opts
:dependencies [:kyazdani42/nvim-web-devicons :arkav/lualine-lsp-progress]}