From 84920a1621703c99944d2c5c2fc2eb8b4f2c15a4 Mon Sep 17 00:00:00 2001 From: Daniel Mathiot Date: Mon, 23 Aug 2021 08:50:07 +0200 Subject: [PATCH] Update README.md --- README.md | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 53127c8..1047cfc 100644 --- a/README.md +++ b/README.md @@ -64,10 +64,7 @@ There is a list of supported languages and fields, with their annotation style | Language | Annotation conventions | Supported fields | |---|---|---| -| lua | Emmylua | | -| | | `@param` | -| | | `@varargs` | -| | | `@return` | +| lua | Emmylua | `@param`, `@varargs`, `@return` | ## Usage @@ -78,7 +75,7 @@ You can bind it to your keybind of choice, like so: vim.api.nvim_set_keymap("n", "ng", ":Neogen", {}) ``` -If you are inside a function, it'll generate the documentation for you with Emmylua annotation convention +It'll generate the annotations provided by neogen. ## GIFS