nvim/lua/setup/lualine.lua

7 lines
218 B
Lua

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