diff options
author | Jérémy Zurcher <jeremy@asynk.ch> | 2022-10-20 13:47:42 +0200 |
---|---|---|
committer | Jérémy Zurcher <jeremy@asynk.ch> | 2022-10-20 13:47:42 +0200 |
commit | c0c1b7dee0a3ff278a3794ddc18ab6e7383030ad (patch) | |
tree | 61cc6a73f0ce4d2e5221201d3695f391e80ee6a3 /lua | |
parent | ccde4a982e6fa26086d662aeea2b7285cc6ab4f7 (diff) | |
download | vim-c0c1b7dee0a3ff278a3794ddc18ab6e7383030ad.zip vim-c0c1b7dee0a3ff278a3794ddc18ab6e7383030ad.tar.gz |
useless remove gpg config
Diffstat (limited to 'lua')
-rw-r--r-- | lua/user/gpg.lua | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/lua/user/gpg.lua b/lua/user/gpg.lua deleted file mode 100644 index 9639cf7..0000000 --- a/lua/user/gpg.lua +++ /dev/null @@ -1,7 +0,0 @@ -local status_ok, gnupg = pcall(require, "vim-gnupg") -if not status_ok then - print "vim-gnupg init failed" - return -end - -gnupg.setup { } |