master #1

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

View File

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