fedepujol / cosmos.nvim

Bring the universe to your code!

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

cosmos.nvim

⚡ Requirements

Optionals

If you want enhanced highlighting:

📦 Installation

Add this repo as a plugin to your nvim/vim config:

  • Vim-Plug
    Plug 'fedepujol/nv-themes'
  • 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

Barbar

barbar

Diagnostics

diagnostic

GitSigns

gitsigns

Lazy

lazy

NeoTree

neo-tree

Nvim-cmp

nvim-cmp

Telescope

telescope

Which-key

which-key

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

About

Bring the universe to your code!


Languages

Language:Lua 73.4%Language:Vim Script 26.6%