no aerial status message

This commit is contained in:
Oliver Hartmann 2022-07-01 15:26:30 +02:00
parent 3392ebe270
commit ec56132c85

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 } } },
})