Home

Awesome

Lavi.nvim

A soft and sweet colorscheme for Neovim. (Work in progress)

Screenshot

Installation

Note: Lavi.nvim depends on Lush.nvim.

lazy.nvim

{
  'b0o/lavi.nvim',
  dependencies = { 'rktjmp/lush.nvim' },
  config = function()
    vim.cmd [[colorscheme lavi]]
  end,
},

License

MIT License