GitHunt
HI

himkt/docstring.nvim

✒️ Python docstring generating tool for NeoVim

Docstring.nvim

Python docstring generator.

Dependency

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.

Install

vim-plug

Plug 'Shougo/neosnippet.vim'
Plug 'himkt/docstring.nvim', { 'do': ':UpdateRemotePlugins' }

dein.vim

You may have to run :UpdateRemotePlugins manually.

call dein#add('Shougo/neosnippet.vim')
call dein#add('Shougo/deoplete.nvim')

Languages

Python91.6%Vim Script8.4%

Contributors

Latest Release

v0.0.1July 10, 2019
Created July 9, 2019
Updated March 23, 2024
himkt/docstring.nvim | GitHunt