From 8bddb5acfc21c08e129de0354714004b737bc26e Mon Sep 17 00:00:00 2001 From: Arthur McLain Date: Fri, 14 Oct 2022 23:00:36 +0200 Subject: [PATCH] doc: Update Readme --- README.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index c5dc0ae..62c3b04 100644 --- a/README.md +++ b/README.md @@ -177,10 +177,9 @@ cmp.setup { ```lua require('neogen').setup { - enabled = true, --if you want to disable Neogen - input_after_comment = true, -- (default: true) automatic jump (with insert mode) on inserted annotation - -- jump_map = "" -- (DROPPED SUPPORT, see [here](#cycle-between-annotations) !) The keymap in order to jump in the annotation fields (in insert mode) - } + enabled = true, --if you want to disable Neogen + input_after_comment = true, -- (default: true) automatic jump (with insert mode) on inserted annotation + -- jump_map = "" -- (DROPPED SUPPORT, see [here](#cycle-between-annotations) !) The keymap in order to jump in the annotation fields (in insert mode) } ```