Skip to content

cesarsl/neo-hybrid.nvim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 

Repository files navigation

neo-hybrid.nvim

Based on w0ng/vim-hybrid to match Hybrid color scheme available inside Gogh. Trying to match the same color contrast achieved in Kitty terminal.

  • Default pallete from w0ng/vim-hybrid
  • Added a dimmed version of the pallete
  • Default neovim highlight variables (will add plugins in the near future)

Requirements

  • Neovim >= 0.5.0

OR

  • Vim with Lua >= 5.2

Installation

You can use your prefered neovim package manager (paq, packer...):

require("paq")({
  -- Other plugins...
  "cesarsl/neo-hybrid.nvim",
})
return require('packer').startup(function()
  -- Other plugins...
  use({"cesarsl/neo-hybrid.nvim"})
end)

Usage

Lua

Only tested with Lua:

require("neo-hybrid")

Credits

Releases

No releases published

Packages

No packages published

Languages