diff --git a/lua/user/plugins/ui.lua b/lua/user/plugins/ui.lua index 1061eebd..584d8184 100644 --- a/lua/user/plugins/ui.lua +++ b/lua/user/plugins/ui.lua @@ -26,7 +26,11 @@ return { { "nvim-lualine/lualine.nvim", event = "VeryLazy", - config = true, + config = { + options = { + globalstatus = true, + }, + }, }, -- indent guides for Neovim