Go to file
2024-01-08 00:54:02 -03:00
colors feat: MVP 2024-01-08 00:28:10 -03:00
lua/hyper feat: call set_highlight on load 2024-01-08 00:49:53 -03:00
README.md docs: add Installation and usage to README 2024-01-08 00:54:02 -03:00

hyper.nvim

A Lua port of the Hyper.vim theme for Neovim.

Installation and usage

Install via your favorite plugin manager, for example packer:

require 'paulo-granthon/hyper.nvim'

Enable the colorscheme:

require 'hyper'.load()