t0vim/lua/custom/lualine.lua
2025-10-02 11:13:59 +03:00

14 lines
209 B
Lua

require("lualine").setup({
options = {
theme = "catppuccin-mocha",
},
sections = {
lualine_c = {
{
"filename",
file_status = true,
path = 2,
},
},
},
})