update lualine configuration
This commit is contained in:
parent
19f7ff6235
commit
04a331f3ce
|
|
@ -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 }
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue