1
0
Fork 0
mirror of https://github.com/LazyVim/LazyVim.git synced 2025-07-20 18:54:52 +02:00

fix(lualine): don't override user's laststatus setting. See

This commit is contained in:
Folke Lemaitre 2024-06-06 11:16:36 +02:00
parent 2bbc7e179d
commit 4d8d597a3f
No known key found for this signature in database
GPG key ID: 41F8B1FBACAE2040

View file

@ -137,7 +137,7 @@ return {
local opts = {
options = {
theme = "auto",
globalstatus = true,
globalstatus = vim.o.laststatus == 3,
disabled_filetypes = { statusline = { "dashboard", "alpha", "starter" } },
},
sections = {