summaryrefslogtreecommitdiffstats
path: root/lua
diff options
context:
space:
mode:
authorJérémy Zurcher <jeremy@asynk.ch>2022-10-20 13:47:42 +0200
committerJérémy Zurcher <jeremy@asynk.ch>2022-10-20 13:47:42 +0200
commitc0c1b7dee0a3ff278a3794ddc18ab6e7383030ad (patch)
tree61cc6a73f0ce4d2e5221201d3695f391e80ee6a3 /lua
parentccde4a982e6fa26086d662aeea2b7285cc6ab4f7 (diff)
downloadvim-c0c1b7dee0a3ff278a3794ddc18ab6e7383030ad.zip
vim-c0c1b7dee0a3ff278a3794ddc18ab6e7383030ad.tar.gz
useless remove gpg config
Diffstat (limited to 'lua')
-rw-r--r--lua/user/gpg.lua7
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 { }