From f854a3b07d43c2a6bb75b97f38472ec32871f572 Mon Sep 17 00:00:00 2001 From: Ali Almohaya Date: Tue, 27 Sep 2022 03:01:13 +0300 Subject: [PATCH] chore: add doc folder --- README.md | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 2e3e12b..c4b33ab 100644 --- a/README.md +++ b/README.md @@ -11,10 +11,15 @@ Opens the current file or project page in GitHub. ## Installation -[packer.nvim](https://github.com/wbthomason/packer.nvim) +#### Example with Packer + +[wbthomason/packer.nvim](https://github.com/wbthomason/packer.nvim) ```lua - use "almo7aya/openingh.nvim" + -- init.lua + require("packer").startup(function() + use "almo7aya/openingh.nvim" + end) ``` ## Commands