vifm: Add doc|docx preview and nvim opening

Added preview and opening of doc(x) files with nvim.
Makes use of docx2txt, catdoc to display the files, meaning they are
required.

Added some spellchecking words.
This commit is contained in:
Marty Oehme 2020-07-28 18:15:26 +02:00
parent e01b4c885c
commit 8a5b45f41f
No known key found for this signature in database
GPG key ID: 0CCB0526EFB9611A
4 changed files with 19 additions and 1 deletions

View file

@ -0,0 +1,6 @@
This directory is dedicated for user-supplied scripts/executables.
vifm modifies its PATH environment variable to let user run those
scripts without specifying full path. All subdirectories are added
as well. File in a subdirectory overrules file with the same name
in parent directories. Restart might be needed to recognize files
in newly created or renamed subdirectories.