doc: Update Readme

This commit is contained in:
Arthur McLain
2022-10-14 23:00:36 +02:00
committed by GitHub
parent 967b280d7d
commit 8bddb5acfc

View File

@@ -177,10 +177,9 @@ cmp.setup {
```lua ```lua
require('neogen').setup { require('neogen').setup {
enabled = true, --if you want to disable Neogen enabled = true, --if you want to disable Neogen
input_after_comment = true, -- (default: true) automatic jump (with insert mode) on inserted annotation input_after_comment = true, -- (default: true) automatic jump (with insert mode) on inserted annotation
-- jump_map = "<C-e>" -- (DROPPED SUPPORT, see [here](#cycle-between-annotations) !) The keymap in order to jump in the annotation fields (in insert mode) -- jump_map = "<C-e>" -- (DROPPED SUPPORT, see [here](#cycle-between-annotations) !) The keymap in order to jump in the annotation fields (in insert mode)
}
} }
``` ```