Followed instructions for install of plugin (copy file from repo/plugin/ to ~/.vim/plugin/).
If I try to save with .asc extension, I get:
Error detected while processing BufWriteCmd Autocommands for "*.{gpg,asc,pgp}":
E117: Unknown function: gnupg#init
If i try to open a file with .asc extension, I get:
Error detected while processing BufReadCmd Autocommands for "*.{gpg,asc,pgp}":
E117: Unknown function: gnupg#init
Running 5.2.2-arch1-1-ARCH
My gpg setup:
$ gpg --version
gpg (GnuPG) 2.2.17
libgcrypt 1.8.4
Copyright (C) 2019 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <https://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.
Home: /home/lash/.gnupg
Supported algorithms:
Pubkey: RSA, ELG, DSA, ECDH, ECDSA, EDDSA
Cipher: IDEA, 3DES, CAST5, BLOWFISH, AES, AES192, AES256, TWOFISH,
CAMELLIA128, CAMELLIA192, CAMELLIA256
Hash: SHA1, RIPEMD160, SHA256, SHA384, SHA512, SHA224
Compression: Uncompressed, ZIP, ZLIB, BZIP2
Followed instructions for install of plugin (copy file from
repo/plugin/
to~/.vim/plugin/
).If I try to save with
.asc
extension, I get:If i try to open a file with
.asc
extension, I get:Running
5.2.2-arch1-1-ARCH
My gpg setup:
My vim config: