Skip to content

Latest commit

 

History

History
39 lines (30 loc) · 1.57 KB

README.md

File metadata and controls

39 lines (30 loc) · 1.57 KB

morimo

Performance-focused neovim colorscheme designed for colorblind users.

tag license

image

Requirements

neovim (v0.9+)

Features

  • Colorblind-Friendly: This color scheme is designed to be accessible for users with color blindness.
  • Performance-Oriented: Built with minimal configuration to ensure high performance and support for lazy loading settings.
  • Borderless Compatibility: Optimized for use with border=none settings, ensuring a clean and seamless appearance.

Usage

-- config
vim.g.morimo = {
  -- Specify the integration plugins (/plugins/) to be loaded at startup.
  -- Users can also load this using `load` command. (e.g. `lua require("morimo").load("treesitter")`)
  plugins = {"treesitter"}
}
vim.cmd("colorscheme morimo")

Integration