Skip to content

Latest commit

 

History

History
31 lines (22 loc) · 626 Bytes

README.md

File metadata and controls

31 lines (22 loc) · 626 Bytes

Icecream for Neovim

Screenshot

Credits

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

Install

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