]> git.madduck.net Git - etc/vim.git/commitdiff

madduck's git repository

Every one of the projects in this repository is available at the canonical URL git://git.madduck.net/madduck/pub/<projectpath> — see each project's metadata for the exact URL.

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.

SSH access, as well as push access can be individually arranged.

If you use my repositories frequently, consider adding the following snippet to ~/.gitconfig and using the third clone URL listed for each project:

[url "git://git.madduck.net/madduck/"]
  insteadOf = madduck:

Add doc file
authorJosef Fortier <fortier@augsburg.edu>
Tue, 4 Sep 2018 21:23:42 +0000 (16:23 -0500)
committerJosef Fortier <fortier@augsburg.edu>
Tue, 4 Sep 2018 21:23:42 +0000 (16:23 -0500)
doc/vim-password-store.txt [new file with mode: 0644]

diff --git a/doc/vim-password-store.txt b/doc/vim-password-store.txt
new file mode 100644 (file)
index 0000000..1ab1738
--- /dev/null
@@ -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