diff --git a/lua/plugins/lualine.lua b/lua/plugins/lualine.lua index bbcd9f57..2a23cd48 100644 --- a/lua/plugins/lualine.lua +++ b/lua/plugins/lualine.lua @@ -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'} +}