cosmos.nvim

Bring the universe to your code!

Stars
2

cosmos.nvim

The never-ending, in-development-hell neovim colorscheme.

⚡ Requirements

Optionals

If you want enhanced highlighting:

📦 Installation

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
    }

⚙️ Usage

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

🎨 Showcase

❓ FAQ

Why lush?

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