From e22f51bf92fa6320a1b09ad479c6203fa29fa014 Mon Sep 17 00:00:00 2001 From: Josef Fortier Date: Tue, 4 Sep 2018 16:23:42 -0500 Subject: [PATCH] Add doc file --- doc/vim-password-store.txt | 41 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 41 insertions(+) create mode 100644 doc/vim-password-store.txt diff --git a/doc/vim-password-store.txt b/doc/vim-password-store.txt new file mode 100644 index 0000000..1ab1738 --- /dev/null +++ b/doc/vim-password-store.txt @@ -0,0 +1,41 @@ +*vim-password-store* Niceties for editing password-store files + +=============================================================================== +CONTENTS *password-store-contents* + + 1. Intro ........................................... |password-store-intro| + 2. Requirements ............................. |password-store-requirements| + 3. Usage ........................................... |password-store-usage| + 4. Licence ....................................... |password-store-licence| + 5. Credits ....................................... |password-store-credits| +=============================================================================== +1. Intro *password-store-intro* + +Password store is a nice command line password manager, well suited to +vim's style. Tom Ryder has written a plugin to unset the standard +password security leakages, backup files, info files etc. This works +well, but doesn't provide hooks for extending. I wanted to add a few +simple enhancements, including unsetting spelling (no password should be +spell checked :-) and some simple syntax highlighting. + +2. Requirements *password-store-requirements* + +A plugin manager (not required but the plugin is written to expect +this) and password-store https://www.passwordstore.org/ . + +3. Usage *password-store-usage* + +The plugin automatically loads when it sees the appropriate file paths +for password-store. This is Tom Ryders + +4. Licence *password-store-licence* + +This plugin is licensed under the same terms as vim itself (see +|license| ) + +5. Credits *password-store-credits* + +Tom Ryder +https://git.zx2c4.com/password-store/ + +vim:ft=help -- 2.39.2