Skip to content

Latest commit

 

History

History
51 lines (37 loc) · 876 Bytes

README.md

File metadata and controls

51 lines (37 loc) · 876 Bytes

deku.nvim

Ah. So you have finally returned... You never fail to impress! The Great Deku Tree


A pastel, fairy-like Neovim colorscheme 🌳

Installation

You can install deku.nvim using any Neovim plugin manager. For example, using lazy.nvim:

{
    "kaplanz/deku.nvim",
    dependencies = "rktjmp/lush.nvim",
}

Usage

To change your colorscheme to deku.nvim, simply set the colorscheme with the builtin command :colorscheme:

colorscheme deku

Or, using Lua:

vim.cmd.colorscheme("deku")

Contributing

Contributions to deku.nvim are always welcome. Whether it's a bug report, new feature, or improvement to existing features, your help is greatly appreciated!