Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/colinkennedy/hybrid2.nvim

A spirtual successor of `w0ng/vim-hybrid`, which works with treesitter
https://github.com/colinkennedy/hybrid2.nvim

neovim neovim-colorscheme

Last synced: about 1 month ago
JSON representation

A spirtual successor of `w0ng/vim-hybrid`, which works with treesitter

Awesome Lists containing this project

README

        

# hybrid2.nvim

Basically [w0ng/vim-hybrid](https://github.com/w0ng/vim-hybrid) but it's
written to work with treesitter, Neovim-only, and pretty quick on-start-up.

![hybrid2.nvim screenshot](https://user-images.githubusercontent.com/10103049/232260557-b2487920-dbc5-4931-b86c-03b3fa85c971.png)

## Installation
Using lazy.nvim

```lua
{
"ColinKennedy/hybrid2.nvim",
priority = 1000, -- Load this first
config = function()
vim.cmd.colorscheme("hybrid2")
end
}
```