Skip to content

benoror/gpg.nvim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 

Repository files navigation

gpg.nvim

Editing GPG encrypted files symmetrically in NeoVIM

Demo

Install

Manually

Copy plugin/gpg.lua file to your ~/.config/nvim/lua/plugins/ directory

Using lazy.nvim:

-- ~/.config/nvim/lua/plugins/gpg.lua
{
   "benoror/gpg.nvim",
}

Requirements

  • gpg
  • Optional: pinentry-mac

Usage

All *.gpg files will be symmetrically decrypted/encrypted transparently using gpg tools

Credits

Based off

Inspired by

https://github.com/jamessan/vim-gnupg

Further reading

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages