diff --git a/README.md b/README.md index 9ba819c..b349856 100644 --- a/README.md +++ b/README.md @@ -97,14 +97,6 @@ vim.api.nvim_set_keymap("n", "nc", ":lua require('neogen').generate({ ty I added support passing cursor positionings in templates. That means you can now cycle your cursor between different parts of the annotation. -To configure it to the keybind of your choice, you can do something like this: - -```lua -local opts = { noremap = true, silent = true } -vim.api.nvim_set_keymap("n", "", ":lua require('neogen').jump_next()", opts) -vim.api.nvim_set_keymap("n", "", ":lua require('neogen').jump_prev()", opts) -``` - If you want to use a key that's already used for completion purposes, take a look at the code snippet here: