- 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.
-- 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")