Update README.md

This commit is contained in:
Olivier Roques
2021-05-21 19:46:06 +02:00
parent bbd48eaaef
commit 691fec7a16

View File

@@ -11,15 +11,14 @@ plugin though._
![screenshot](./screenshot.png) ![screenshot](./screenshot.png)
## Installation ## Installation
With [packer.nvim](https://github.com/wbthomason/packer.nvim):
#### With Packer:
```lua ```lua
use {'ojroques/nvim-hardline'} use {'ojroques/nvim-hardline'}
``` ```
#### With Plug With [paq-nvim](https://github.com/savq/paq-nvim):
```vim ```lua
Plug 'ojroques/nvim-hardline' paq {'ojroques/nvim-hardline'}
``` ```
## Usage ## Usage