set lualine theme to gruvbox
This commit is contained in:
parent
d3e3bbc903
commit
67067bde77
@ -19,7 +19,7 @@ if vim.version().minor >= 8 then
|
||||
vim.opt.laststatus = 3
|
||||
-- vim.opt.winbar = status_line()
|
||||
require('lualine').setup({
|
||||
options = { theme = 'gruvbox-baby' },
|
||||
options = { theme = 'gruvbox' },
|
||||
sections = { lualine_c = { 'getcwd', { 'filename', path = 1, file_status = true } } },
|
||||
inactive_sections = { lualine_c = { 'getcwd', { 'filename', path = 1, file_status = true } } },
|
||||
globalstatus = true,
|
||||
@ -42,7 +42,7 @@ if vim.version().minor >= 8 then
|
||||
})
|
||||
else
|
||||
require('lualine').setup({
|
||||
options = { theme = 'gruvbox-baby' },
|
||||
options = { theme = 'gruvbox' },
|
||||
sections = { lualine_c = { 'filename' } },
|
||||
globalstatus = false,
|
||||
-- inactive_sections = { lualine_c = { 'filename' } },
|
||||
|
Loading…
x
Reference in New Issue
Block a user