diff --git a/lua/setup/lualine.lua b/lua/setup/lualine.lua index e9ec550..9251f0b 100644 --- a/lua/setup/lualine.lua +++ b/lua/setup/lualine.lua @@ -1,5 +1,5 @@ require('lualine').setup({ - options = { theme = 'gruvbox-material' }, sections = { lualine_c = { 'getcwd', { 'filename', path = 1, file_status = true } } }, + options = { theme = 'gruvbox' }, inactive_sections = { lualine_c = { 'getcwd', { 'filename', path = 1, file_status = true } } }, })