kickstart.nvim/lua/plugins/lualine.lua

17 lines
276 B
Lua

-- Informational status line at bottom of screen
return {
'nvim-lualine/lualine.nvim',
opts = {
options = {
theme = 'catppuccin',
component_separators = '|',
section_separators = '',
},
sections = {
lualine_c = {
{ "filename", path = 1 }
}
}
}
}