From c853a39bb607bf42028f7c53fe68601b4a0370a1 Mon Sep 17 00:00:00 2001 From: Adithya Nair Date: Sun, 11 Feb 2024 01:06:36 +0530 Subject: [PATCH] fix lualine global status --- after/plugin/lualine.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/after/plugin/lualine.lua b/after/plugin/lualine.lua index 00ca392..9625307 100644 --- a/after/plugin/lualine.lua +++ b/after/plugin/lualine.lua @@ -1,6 +1,6 @@ require('lualine').setup{ options = { - global_status = true, + globalstatus = true, theme = 'dracula-nvim' } }