Skip to content

enie123/sops.nvim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

sops.nvim

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.

Supported Files

  • YAML
  • JSON

Requirements

You are required to have sops available on your path

Installation

Lazy

{
    "trixnz/sops.nvim",
    lazy = false
}

Packer

use {
  "trixnz/sops.nvim"
}

Acknowledgements

vscode-sops

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published