chore: update readme.md
This commit is contained in:
parent
3f10f04c58
commit
7f3bbe1fbb
1 changed files with 7 additions and 1 deletions
|
|
@ -11,7 +11,7 @@ Opens the current file or project page in GitHub.
|
||||||
|
|
||||||
## Installation
|
## Installation
|
||||||
|
|
||||||
[packer](https://github.com/wbthomason/packer.nvim)
|
[packer.nvim](https://github.com/wbthomason/packer.nvim)
|
||||||
|
|
||||||
```lua
|
```lua
|
||||||
use "almo7aya/neogruvbox.nvim"
|
use "almo7aya/neogruvbox.nvim"
|
||||||
|
|
@ -38,9 +38,15 @@ vim.api.nvim_set_keymap("n", "<Leader>gf", ":OpenInGHFile <CR>", { expr = true,
|
||||||
```
|
```
|
||||||
|
|
||||||
## TODO
|
## TODO
|
||||||
|
|
||||||
- [x] Support the current file cursor position
|
- [x] Support the current file cursor position
|
||||||
- [ ] Support visual mode to open a file in range selection
|
- [ ] Support visual mode to open a file in range selection
|
||||||
|
|
||||||
|
## Contribution
|
||||||
|
|
||||||
|
Feel free to open an issue or a pull request if you have any suggestion or improvements
|
||||||
|
|
||||||
## License
|
## License
|
||||||
|
|
||||||
[MIT](./LICENSE)
|
[MIT](./LICENSE)
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue