Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 225 Bytes

README.md

File metadata and controls

16 lines (13 loc) · 225 Bytes

Biscuit for Neovim

Warm and cozy colorscheme for Neovim.

Usage

With packer.nvim

use {
    'Biscuit-Theme/nvim',
    as = "biscuit",
    config = function()
        vim.cmd('colorscheme biscuit')
    end
}