Skip to content

icecreamtheme/neovim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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)