nvim/lua/setup/lualine.lua
2022-03-16 22:56:51 +01:00

6 lines
261 B
Lua

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