From 74d3e94843e1534639f54cd590a77287bcb5ce15 Mon Sep 17 00:00:00 2001 From: Bartek Stalewski Date: Sun, 16 Apr 2023 00:26:48 +0200 Subject: [PATCH] Start lualine immediately. --- astronvim/lua/user/options.lua | 2 +- astronvim/lua/user/plugins/lualine.lua | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/astronvim/lua/user/options.lua b/astronvim/lua/user/options.lua index 94913eb..c8f2c5b 100644 --- a/astronvim/lua/user/options.lua +++ b/astronvim/lua/user/options.lua @@ -16,12 +16,12 @@ return { writebackup = false, clipboard = "", foldcolumn = "0", + laststatus = 2, mouse = "", scrolloff = 5, shiftwidth = 2, softtabstop = 2, tabstop = 2, updatetime = 100, - laststatus = 2, }, } diff --git a/astronvim/lua/user/plugins/lualine.lua b/astronvim/lua/user/plugins/lualine.lua index b127284..b6de3f6 100644 --- a/astronvim/lua/user/plugins/lualine.lua +++ b/astronvim/lua/user/plugins/lualine.lua @@ -1,6 +1,6 @@ return { "nvim-lualine/lualine.nvim", - event = "User AstroFile", + event = "VeryLazy", opts = { options = { component_separators = '',