diff options
Diffstat (limited to 'lua/user/gpg.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 { } |