added gruvbox-flat

This commit is contained in:
2022-11-04 18:24:17 +01:00
parent a2f360ddb4
commit ff7a190162
3 changed files with 8 additions and 4 deletions

View File

@@ -1,6 +1,6 @@
vim.opt.laststatus = 3
require('lualine').setup({
options = { theme = 'gruvbox' },
options = { theme = 'gruvbox-flat' },
sections = { lualine_c = { 'getcwd', { 'filename', path = 1, file_status = true } } },
inactive_sections = { lualine_c = { 'getcwd', { 'filename', path = 1, file_status = true } } },
globalstatus = true,