aboutsummaryrefslogtreecommitdiff
path: root/.config/nvim/lua/plugins/everforest.lua
blob: d652977befc71371cacbdef056c3e65a391c4c0a (plain)
1
2
3
4
5
6
7
8
9
10
return {
  'sainnhe/everforest',
  lazy = false,
  priority = 1000,
  config = function()
    vim.g.everforest_enable_italic = true
    vim.g.everforest_transparent_background = true
    vim.cmd.colorscheme('everforest')
  end
}