sops.nvim is a Neovim plugin for working with SOPS encrypted files. It provides transparent decryption and encryption of SOPS files when they are opened and saved.
- YAML
- JSON
You are required to have sops available on your path
{
"trixnz/sops.nvim",
lazy = false
}
use {
"trixnz/sops.nvim"
}