The never-ending, in-development-hell neovim colorscheme.
- Neovim 0.9 or nightly
If you want enhanced highlighting:
Add this repo as a plugin to your nvim/vim config:
- Paq
'fedepujol/cosmos.nvim';
- Packer
use 'fedepujol/cosmos.nvim'
- Lazy
{
'fedepujol/cosmos.nvim',
lazy = false
}
vim.opt.syntax = "ON" -- Enable syntax
vim.opt.termuicolors = true -- Enable 24Bit colors
vim.cmd(":colo cosmos") -- Change the colorscheme
Or use the command :colo cosmos
This repo was originally based on vim-felipec, and I didn’t like a few things:
- Ruby dependency script
- Not having an interactive feedback on how the theme was looking
Lush comes and checks all of my needs (for now).