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
|
## Installation
|
||||||
|
|
||||||
[packer.nvim](https://github.com/wbthomason/packer.nvim)
|
#### Example with Packer
|
||||||
|
|
||||||
|
[wbthomason/packer.nvim](https://github.com/wbthomason/packer.nvim)
|
||||||
|
|
||||||
```lua
|
```lua
|
||||||
use "almo7aya/openingh.nvim"
|
-- init.lua
|
||||||
|
require("packer").startup(function()
|
||||||
|
use "almo7aya/openingh.nvim"
|
||||||
|
end)
|
||||||
```
|
```
|
||||||
|
|
||||||
## Commands
|
## Commands
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue