heavenshell / vim-pydocstring

Generate Python docstring to your Python source code.
BSD 3-Clause "New" or "Revised" License
337 stars 53 forks source link

Remove default mapping #141

Closed jjshoots closed 1 year ago

jjshoots commented 2 years ago

Hi, this is a great plugin, but is there a reason why there is a default mapping defined here?

This took me awhile to find and it cannot be overridden either.

SamirPonto commented 2 years ago

You can deactivate this like: vim.cmd([[ let g:pydocstring_enable_mapping = 0 ]]) on your init.lua or let g:pydocstring_enable_mapping=0 if you're using init.vim

stale[bot] commented 1 year ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.