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