Start lualine immediately.
This commit is contained in:
parent
3c7d363f26
commit
74d3e94843
2 changed files with 2 additions and 2 deletions
|
@ -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,
|
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
|
|
@ -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 = '',
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue