Go to file
Iron_E a38985d366
Add highlighting for vimIsCommand
2020-06-22 00:34:03 -04:00
colors Update directions 2020-06-19 20:49:05 -04:00
lua/highlite Add highlighting for vimIsCommand 2020-06-22 00:34:03 -04:00
.gitignore Added .gitignore 2019-07-28 11:32:58 +02:00
LICENSE Update directions 2020-06-19 20:49:05 -04:00
README.md Update README with more information 2020-06-21 22:59:32 -04:00

README.md

Default Settings Preview

  • Coming soon

Introduction

nvim-highlite is a colorscheme template repository for Neovim 0.5+.

This template's focus is on compatability with semantic highlighting.

It provides a large supply of defaults for plugins and programming languages as a result of defining a smaller set of "categorical" highlights (you can read more about this at Neovim's group-name help page).

Prerequisites

  1. Neovim 0.5+

Usage

This repository should be cloned with git clone https://github.com/Iron-E/nvim-highlite, and then:

  1. Rename lua/highlite/ to lua/<name of your colorscheme>/.
  2. Follow the directions in lua/<name of your colorscheme>/init.lua.
  3. Rename colors/highlite.vim to colors/<name of your colorscheme>.vim.
  4. Follow the instructions in colors/<name of your colorscheme>.vim.
  5. Install the colorscheme:
    • With a plugin manager (like vim-plug).
    • By merging the colors and lua folders with the ones in your stdpath('config') directory.
  6. Source with colorscheme highlite / colorscheme <name of colorscheme> in your init.vim.

Examples

This repository in itself is an example of how to use nvim-highlite. Aside from this, the following colorschemes are built using nvim-highlite:

  • (if you use this, open an issue and I'll add it here!)