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' } }