breaking_change : Deprecate jump_map in favor of user keybind (Closes #27)

This commit is contained in:
danymat
2021-11-18 14:27:26 +01:00
parent d7a26c15ab
commit feaeb35c2c
2 changed files with 1 additions and 11 deletions

View File

@@ -139,7 +139,7 @@ cmp.setup {
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 = "<C-e>" -- 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)
}
}
```