mirror of
https://github.com/macocianradu/setup.git
synced 2026-03-18 21:00:04 +00:00
13 lines
267 B
Lua
13 lines
267 B
Lua
require('lualine').setup({
|
|
sections = {
|
|
lualine_c = {
|
|
{
|
|
function()
|
|
return " " .. vim.fn.fnamemodify(vim.fn.getcwd(), ":t")
|
|
end,
|
|
},
|
|
'filename',
|
|
},
|
|
},
|
|
})
|