diff options
author | ChristianChiarulli <[email protected]> | 2019-02-17 12:03:58 -0500 |
---|---|---|
committer | ChristianChiarulli <[email protected]> | 2019-02-17 12:03:58 -0500 |
commit | b8f455cbfb46a2162b1a0bcc8e6d746d65f59179 (patch) | |
tree | e5602b4f90b897f35df69318ff8cf388415cd84e /modules/pydocstring.vim | |
parent | 7bdd4f7123d815cdad69f9d0ed248da6559b7d08 (diff) |
added stuff for js
Diffstat (limited to 'modules/pydocstring.vim')
-rw-r--r-- | modules/pydocstring.vim | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/modules/pydocstring.vim b/modules/pydocstring.vim new file mode 100644 index 00000000..34ce0e64 --- /dev/null +++ b/modules/pydocstring.vim @@ -0,0 +1,2 @@ +nmap <silent> <leader>doc <Plug>(pydocstring) + |