update lualine configuration

This commit is contained in:
Nick Burt 2024-02-05 12:13:36 -06:00
parent 19f7ff6235
commit 04a331f3ce
1 changed files with 10 additions and 7 deletions

View File

@ -1,13 +1,16 @@
-- Informational line at bottom of screen
-- Informational status line at bottom of screen
return {
-- Set lualine as statusline
'nvim-lualine/lualine.nvim',
opts = {
options = {
icons_enabled = false,
theme = 'onedark',
theme = 'catppuccin',
component_separators = '|',
section_separators = '',
},
sections = {
lualine_c = {
{ "filename", path = 1 }
}
}
}
}