chore: add doc folder
This commit is contained in:
parent
e8a008ba35
commit
f854a3b07d
1 changed files with 7 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue