From 7f3bbe1fbb183ac577c1e096c68d1ea8f04e5122 Mon Sep 17 00:00:00 2001 From: Ali Almohaya Date: Tue, 27 Sep 2022 02:30:10 +0300 Subject: [PATCH] chore: update readme.md --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 93dc15e..1b24487 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ Opens the current file or project page in GitHub. ## Installation -[packer](https://github.com/wbthomason/packer.nvim) +[packer.nvim](https://github.com/wbthomason/packer.nvim) ```lua use "almo7aya/neogruvbox.nvim" @@ -38,9 +38,15 @@ vim.api.nvim_set_keymap("n", "gf", ":OpenInGHFile ", { expr = true, ``` ## TODO + - [x] Support the current file cursor position - [ ] 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 + [MIT](./LICENSE)