From 7b73dcc6cae9db3ed7b455a40745873d3a6f05e1 Mon Sep 17 00:00:00 2001 From: rob Date: Thu, 17 Aug 2023 22:01:27 +0100 Subject: [PATCH 1/4] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 85811bb..e4940ed 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ ![action-hints Screenshot](https://github.com/roobert/action-hints.nvim/assets/226654/41d2e228-0991-41bc-ac0e-bc20aa5ca54a) -A Neovim plugin to show information about the word under the cursor in the statusline or as virtual text. +A Neovim plugin to show actions available for the word under the cursor in the statusline or as virtual text. Specifically: Goto definition and goto reference(s). Available hints: From e1b77b69dc3716b14149257a1d7fd0e262e68eaf Mon Sep 17 00:00:00 2001 From: rob Date: Thu, 17 Aug 2023 22:03:11 +0100 Subject: [PATCH 2/4] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e4940ed..0cb473e 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ ![action-hints Screenshot](https://github.com/roobert/action-hints.nvim/assets/226654/41d2e228-0991-41bc-ac0e-bc20aa5ca54a) -A Neovim plugin to show actions available for the word under the cursor in the statusline or as virtual text. Specifically: Goto definition and goto reference(s). +A Neovim plugin to show actions available for the word under the cursor in the statusline or as virtual text. Specifically: Go to definition and go to reference(s). Available hints: From d76fe01971f4ccac5539da56c6ffb87b62883ae8 Mon Sep 17 00:00:00 2001 From: rob Date: Thu, 17 Aug 2023 22:04:59 +0100 Subject: [PATCH 3/4] Update README.md --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 0cb473e..b40ef28 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,12 @@ ![action-hints Screenshot](https://github.com/roobert/action-hints.nvim/assets/226654/41d2e228-0991-41bc-ac0e-bc20aa5ca54a) -A Neovim plugin to show actions available for the word under the cursor in the statusline or as virtual text. Specifically: Go to definition and go to reference(s). +A Neovim plugin that displays available actions like 'Go to Definition' and 'Go to Reference(s)' for the highlighted word, presented in the statusline or as virtual text. + + + + + Available hints: From 08f1dd943b0f495258701362d03c974e5378c971 Mon Sep 17 00:00:00 2001 From: rob Date: Thu, 17 Aug 2023 22:06:04 +0100 Subject: [PATCH 4/4] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b40ef28..173e7e4 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ ![action-hints Screenshot](https://github.com/roobert/action-hints.nvim/assets/226654/41d2e228-0991-41bc-ac0e-bc20aa5ca54a) -A Neovim plugin that displays available actions like 'Go to Definition' and 'Go to Reference(s)' for the highlighted word, presented in the statusline or as virtual text. +A Neovim plugin that displays available actions like 'Go to Definition' and 'Go to Reference(s)' for the highlighted word, presented in the statusline or inline as virtual text.