Skip to content

Latest commit

History

History
31 lines (22 loc) 路 610 Bytes

README.md

File metadata and controls

31 lines (22 loc) 路 610 Bytes

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)