rework status line

This commit is contained in:
2022-06-26 14:38:26 +02:00
parent 0c66846e4e
commit b099ba7efd
2 changed files with 3 additions and 8 deletions

View File

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