mirror of
https://github.com/paulo-granthon/hyper.nvim
synced 2025-05-16 15:08:13 +00:00
docs: add Installation and usage
to README
This commit is contained in:
parent
6f7389750d
commit
efd752814e
14
README.md
14
README.md
@ -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()
|
||||
```
|
||||
|
Loading…
Reference in New Issue
Block a user