From 691fec7a160f82e7c7d14c9e4b264b7360bc8154 Mon Sep 17 00:00:00 2001 From: Olivier Roques Date: Fri, 21 May 2021 19:46:06 +0200 Subject: [PATCH] Update README.md --- README.md | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 600ef6f..cd4bb8f 100644 --- a/README.md +++ b/README.md @@ -11,15 +11,14 @@ plugin though._ ![screenshot](./screenshot.png) ## Installation - -#### With Packer: +With [packer.nvim](https://github.com/wbthomason/packer.nvim): ```lua use {'ojroques/nvim-hardline'} ``` -#### With Plug -```vim -Plug 'ojroques/nvim-hardline' +With [paq-nvim](https://github.com/savq/paq-nvim): +```lua +paq {'ojroques/nvim-hardline'} ``` ## Usage