update lualine
This commit is contained in:
parent
50b1303deb
commit
59ab26def4
|
@ -4,12 +4,11 @@ return {
|
|||
-- See `:help lualine.txt`
|
||||
opts = {
|
||||
options = {
|
||||
icons_enabled = false,
|
||||
theme = 'onedark',
|
||||
icons_enabled = true,
|
||||
theme = 'everforest',
|
||||
component_separators = '|',
|
||||
section_separators = '',
|
||||
},
|
||||
},
|
||||
dependencies = { 'nvim-tree/nvim-web-devicons'}
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue