set lualine theme to gruvbox

This commit is contained in:
Oliver Hartmann 2022-06-26 14:10:53 +02:00
parent 5ad1c4be90
commit d609883ff7

View File

@ -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 } } },
})