03e2382a30 | ||
---|---|---|
colors | ||
lua/highlite | ||
.gitignore | ||
LICENSE | ||
README.md |
README.md
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
- Neovim 0.5+
Usage
This repository should be cloned with git clone https://github.com/Iron-E/nvim-highlite
, and then:
- Rename
lua/highlite/
tolua/<name of your colorscheme>/
. - Follow the directions in lua/
<name of your colorscheme>
/init.lua. - Rename
colors/highlite.vim
tocolors/<name of your colorscheme>.vim
. - Follow the instructions in colors/
<name of your colorscheme>
.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!)