patch
parent
c1f1ec5cc1
commit
9ec77ac3c0
|
|
@ -21,8 +21,7 @@ Convenience file operations for neovim written in lua.
|
||||||
use "chrisgrieser/nvim-ghengis"
|
use "chrisgrieser/nvim-ghengis"
|
||||||
```
|
```
|
||||||
|
|
||||||
> __Note__
|
`ghengis` requires no `.setup()` function. Just create keybindings for the commands you want to use.
|
||||||
> `ghengis` requires no `.setup()` function. Simply create keybindings for the commands you want to use.
|
|
||||||
|
|
||||||
```lua
|
```lua
|
||||||
local ghengis = require("ghengis")
|
local ghengis = require("ghengis")
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue