set lualine theme to gruvbox

This commit is contained in:
Oliver Hartmann 2022-09-20 20:39:35 +02:00
parent d3e3bbc903
commit 67067bde77

View File

@ -19,7 +19,7 @@ if vim.version().minor >= 8 then
vim.opt.laststatus = 3 vim.opt.laststatus = 3
-- vim.opt.winbar = status_line() -- vim.opt.winbar = status_line()
require('lualine').setup({ require('lualine').setup({
options = { theme = 'gruvbox-baby' }, options = { theme = 'gruvbox' },
sections = { lualine_c = { 'getcwd', { 'filename', path = 1, file_status = true } } }, sections = { lualine_c = { 'getcwd', { 'filename', path = 1, file_status = true } } },
inactive_sections = { lualine_c = { 'getcwd', { 'filename', path = 1, file_status = true } } }, inactive_sections = { lualine_c = { 'getcwd', { 'filename', path = 1, file_status = true } } },
globalstatus = true, globalstatus = true,
@ -42,7 +42,7 @@ if vim.version().minor >= 8 then
}) })
else else
require('lualine').setup({ require('lualine').setup({
options = { theme = 'gruvbox-baby' }, options = { theme = 'gruvbox' },
sections = { lualine_c = { 'filename' } }, sections = { lualine_c = { 'filename' } },
globalstatus = false, globalstatus = false,
-- inactive_sections = { lualine_c = { 'filename' } }, -- inactive_sections = { lualine_c = { 'filename' } },