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 {
|
return {
|
||||||
-- Set lualine as statusline
|
|
||||||
'nvim-lualine/lualine.nvim',
|
'nvim-lualine/lualine.nvim',
|
||||||
opts = {
|
opts = {
|
||||||
options = {
|
options = {
|
||||||
icons_enabled = false,
|
theme = 'catppuccin',
|
||||||
theme = 'onedark',
|
|
||||||
component_separators = '|',
|
component_separators = '|',
|
||||||
section_separators = '',
|
section_separators = '',
|
||||||
|
},
|
||||||
|
sections = {
|
||||||
|
lualine_c = {
|
||||||
|
{ "filename", path = 1 }
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue