7 lines
207 B
Lua
7 lines
207 B
Lua
|
|
require('lualine').setup({
|
|
options = { theme = 'gruvbox' },
|
|
sections = { lualine_c = { 'getcwd' } },
|
|
inactive_sections = { lualine_c = { 'getcwd', { 'filename', path = 1, file_status = true } } },
|
|
})
|