Start lualine immediately.

This commit is contained in:
Bartek Stalewski 2023-04-16 00:26:48 +02:00
parent 3c7d363f26
commit 74d3e94843
2 changed files with 2 additions and 2 deletions

View File

@ -16,12 +16,12 @@ return {
writebackup = false, writebackup = false,
clipboard = "", clipboard = "",
foldcolumn = "0", foldcolumn = "0",
laststatus = 2,
mouse = "", mouse = "",
scrolloff = 5, scrolloff = 5,
shiftwidth = 2, shiftwidth = 2,
softtabstop = 2, softtabstop = 2,
tabstop = 2, tabstop = 2,
updatetime = 100, updatetime = 100,
laststatus = 2,
}, },
} }

View File

@ -1,6 +1,6 @@
return { return {
"nvim-lualine/lualine.nvim", "nvim-lualine/lualine.nvim",
event = "User AstroFile", event = "VeryLazy",
opts = { opts = {
options = { options = {
component_separators = '', component_separators = '',