update lualine

This commit is contained in:
gregladden 2024-01-22 22:09:56 -06:00
parent 50b1303deb
commit 59ab26def4
1 changed files with 12 additions and 13 deletions

View File

@ -1,15 +1,14 @@
return {
-- Set lualine as statusline
'nvim-lualine/lualine.nvim',
-- See `:help lualine.txt`
opts = {
options = {
icons_enabled = false,
theme = 'onedark',
component_separators = '|',
section_separators = '',
},
-- Set lualine as statusline
'nvim-lualine/lualine.nvim',
-- See `:help lualine.txt`
opts = {
options = {
icons_enabled = true,
theme = 'everforest',
component_separators = '|',
section_separators = '',
},
}
},
dependencies = { 'nvim-tree/nvim-web-devicons'}
}