summaryrefslogtreecommitdiffstats
path: root/lua/user/gpg.lua
blob: 9639cf761df6299f8554d8a464489be777c6c424 (plain)
1
2
3
4
5
6
7
local status_ok, gnupg = pcall(require, "vim-gnupg")
if not status_ok then
  print "vim-gnupg init failed"
  return
end

gnupg.setup { }