ColinKennedy / hybrid2.nvim

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

hybrid2.nvim

Basically w0ng/vim-hybrid but it's written to work with treesitter, Neovim-only, and pretty quick on-start-up.

hybrid2.nvim screenshot

Installation

Using lazy.nvim

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

About

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

License:Apache License 2.0


Languages

Language:Lua 99.7%Language:Vim Script 0.3%