Created wrapped around jump + Doc
You can now jump to next annotation field with:
require('neogen').jump_next()
Added docs for cursor utilities
This commit is contained in:
@@ -97,6 +97,10 @@ neogen.generate = function(opts)
|
||||
end)
|
||||
end
|
||||
|
||||
function neogen.jump_next()
|
||||
neogen.utilities.cursor.jump()
|
||||
end
|
||||
|
||||
function neogen.generate_command()
|
||||
vim.api.nvim_command('command! -range -bar Neogen lua require("neogen").generate()')
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user