From de1c1d9f8465a6ce6b1369589e31539a6c570ee7 Mon Sep 17 00:00:00 2001 From: Laurent Vauthrin Date: Wed, 22 Mar 2023 13:41:29 -0400 Subject: [PATCH] Checked second TODO item in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 399c72f..4846c4c 100644 --- a/README.md +++ b/README.md @@ -58,7 +58,7 @@ vim.api.nvim_set_keymap("v", "gf", "'<,'>OpenInGHFile ", { ## TODO - [x] Support the current file cursor position - - [ ] Support visual mode to open a file in range selection + - [x] Support visual mode to open a file in range selection - [x] Support other version control websites ## Contribution