/neovim

🍨 Icecream for Neovim

Primary LanguageLuaMIT LicenseMIT

Icecream for Neovim

Screenshot

Credits

This colorscheme is based on the awesome rosepine colorscheme for neovim.

Install

require('lazy').setup({
  {
    'icecreamtheme/neovim',
    name = 'icecream',
    lazy = false,
    priority = 1000,
  }
})
require('packer').startup(function(use)
  use({ 'icecreamtheme/neovim', as = 'icecream' })
end)