All patches and comments are welcome. Please squash your changes to logical
commits before using git-format-patch and git-send-email to
patches@git.madduck.net.
If you'd read over the Git project's submission guidelines and adhered to them,
I'd be especially grateful.
1 *vim-password-store* Niceties for editing password-store files
3 ===============================================================================
4 CONTENTS *password-store-contents*
6 1. Intro ........................................... |password-store-intro|
7 2. Requirements ............................. |password-store-requirements|
8 3. Usage ........................................... |password-store-usage|
9 4. Licence ....................................... |password-store-licence|
10 5. Credits ....................................... |password-store-credits|
11 ===============================================================================
12 1. Intro *password-store-intro*
14 Password store is a nice command line password manager, well suited to
15 vim's style. Tom Ryder has written a plugin to unset the standard
16 password security leakages, backup files, info files etc. This works
17 well, but doesn't provide hooks for extending. I wanted to add a few
18 simple enhancements, including unsetting spelling (no password should be
19 spell checked :-) and some simple syntax highlighting.
21 2. Requirements *password-store-requirements*
23 A plugin manager (not required but the plugin is written to expect
24 this) and password-store https://www.passwordstore.org/ .
26 3. Usage *password-store-usage*
28 The plugin automatically loads when it sees the appropriate file paths
29 for password-store. This is Tom Ryders
31 4. Licence *password-store-licence*
33 This plugin is licensed under the same terms as vim itself (see
36 5. Credits *password-store-credits*
39 https://git.zx2c4.com/password-store/