Skip to content

pebeto/dookie.nvim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

dookie.nvim

A color scheme inspired by Plan9's acme editor, but with a personal touch.

screenshot

Requirements

  • Neovim 0.8 or higher

Installation

This is the installation using lazy.nvim, but you can use any plugin manager you like.

{
    "pebeto/dookie.nvim",
    config = function()
    vim.cmd.colorscheme("dookie")
    end,
}

Contributing

If you find something missing or have a suggestion, feel free to open an issue or a pull request.

Releases

No releases published

Packages

No packages published

Languages