docs: add Installation and usage to README

This commit is contained in:
Paulo Granthon 2024-01-08 00:53:44 -03:00
parent 6f7389750d
commit efd752814e

View File

@ -1,3 +1,17 @@
# hyper.nvim
A [Lua](https://www.lua.org/) port of the [Hyper.vim](https://github.com/jdsimcoe/hyper.vim) theme for [Neovim](https://neovim.io/).
# Installation and usage
Install via your favorite plugin manager, for example [packer](https://github.com/wbthomason/packer.nvim):
```lua
require 'paulo-granthon/hyper.nvim'
```
Enable the colorscheme:
```lua
require 'hyper'.load()
```