mirror of
https://github.com/LazyVim/LazyVim.git
synced 2025-06-22 08:53:33 +02:00
fix(lualine): don't override user's laststatus setting. See #3486
This commit is contained in:
parent
2bbc7e179d
commit
4d8d597a3f
1 changed files with 1 additions and 1 deletions
|
@ -137,7 +137,7 @@ return {
|
||||||
local opts = {
|
local opts = {
|
||||||
options = {
|
options = {
|
||||||
theme = "auto",
|
theme = "auto",
|
||||||
globalstatus = true,
|
globalstatus = vim.o.laststatus == 3,
|
||||||
disabled_filetypes = { statusline = { "dashboard", "alpha", "starter" } },
|
disabled_filetypes = { statusline = { "dashboard", "alpha", "starter" } },
|
||||||
},
|
},
|
||||||
sections = {
|
sections = {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue