Python docstring generator.
docstring.nvim currently depends on Shougo/neosnippet.vim: neo-snippet plugin to expand and jump to a placeholder.
After installing and configuring neosnippet, we can jump to placeholders by Ctrl-k.
Plug 'Shougo/neosnippet.vim'
Plug 'himkt/docstring.nvim', { 'do': ':UpdateRemotePlugins' }You may have to run :UpdateRemotePlugins manually.
call dein#add('Shougo/neosnippet.vim')
call dein#add('Shougo/deoplete.nvim')