master #1

Open
oli wants to merge 912 commits from master into lua
Showing only changes of commit d609883ff7 - Show all commits

View File

@@ -1,5 +1,5 @@
require('lualine').setup({ require('lualine').setup({
options = { theme = 'gruvbox-material' },
sections = { lualine_c = { 'getcwd', { 'filename', path = 1, file_status = true } } }, sections = { lualine_c = { 'getcwd', { 'filename', path = 1, file_status = true } } },
options = { theme = 'gruvbox' },
inactive_sections = { lualine_c = { 'getcwd', { 'filename', path = 1, file_status = true } } }, inactive_sections = { lualine_c = { 'getcwd', { 'filename', path = 1, file_status = true } } },
}) })