Home

Awesome

neo-hybrid.vim

Forked from w0ng/vim-hybrid, improved with missing Vim and terminal highlights, Neovim LSP and diagnostics, semantic highlights, and many popular plugins support.

The original hybrid theme by w0ng combines the:

Updates

Requirements

Installation

  1. Copy colors/neohybrid.vim locally to ~/.config/nvim/colors/neohybrid.vim

    or alternatively, use your favorite package-manager:

    <details> <summary>With <a href="https://github.com/folke/lazy.nvim">lazy.nvim</a></summary>
    { 'rafi/neo-hybrid.vim', version = false, lazy = false },
    
    </details> <details> <summary>With <a href="https://github.com/wbthomason/packer.nvim">packer.nvim</a></summary>
    use { 'rafi/neo-hybrid.vim' }
    
    </details>
  2. Add to ~/.config/nvim/init.lua or ~/.vimrc or your own configurations:

    colorscheme neohybrid