Add optional everforest theme

This commit is contained in:
juan 2022-09-03 18:03:14 +08:00
parent 8f826f1f6f
commit f4ad81a263
Signed by: juan
GPG Key ID: 5C1E5093C74F1DC7
1 changed files with 2 additions and 1 deletions

View File

@ -29,6 +29,7 @@ return require('packer').startup(function(use)
vim.cmd('colorscheme serenade')
end
}
use {'sainnhe/everforest', event = "CmdlineEnter"}
use {'kyazdani42/nvim-web-devicons'}
use {
'nvim-lualine/lualine.nvim',