Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/colinkennedy/hybrid2.nvim
- Owner: ColinKennedy
- License: apache-2.0
- Created: 2023-04-16T00:17:49.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-05-19T07:09:58.000Z (6 months ago)
- Last Synced: 2024-05-19T08:23:44.816Z (6 months ago)
- Topics: neovim, neovim-colorscheme
- Language: Lua
- Homepage:
- Size: 23.4 KB
- Stars: 6
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
}
```