Skip to content

himkt/docstring.nvim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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')

About

✒️ Python docstring generating tool for NeoVim

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published