vimPlugins.nvim-sops: init at 2024-04-23
This commit is contained in:
parent
5a2d4496d3
commit
7264d7e5f8
2 changed files with 13 additions and 0 deletions
|
@ -8184,6 +8184,18 @@ final: prev:
|
|||
meta.homepage = "https://github.com/ishan9299/nvim-solarized-lua/";
|
||||
};
|
||||
|
||||
nvim-sops = buildVimPlugin {
|
||||
pname = "nvim-sops";
|
||||
version = "2023-07-31";
|
||||
src = fetchFromGitHub {
|
||||
owner = "lucidph3nx";
|
||||
repo = "nvim-sops";
|
||||
rev = "cb2209562d00ef8c6c88bdec836d9edb8fbb96ef";
|
||||
sha256 = "0fvxnx5ji3d4kgsxl2ssqs7s567ibk4h38mz70m3nhs3sxk696lj";
|
||||
};
|
||||
meta.homepage = "https://github.com/lucidph3nx/nvim-sops/";
|
||||
};
|
||||
|
||||
nvim-spectre = buildVimPlugin {
|
||||
pname = "nvim-spectre";
|
||||
version = "2024-04-17";
|
||||
|
|
|
@ -688,6 +688,7 @@ https://github.com/dstein64/nvim-scrollview/,,
|
|||
https://github.com/s1n7ax/nvim-search-and-replace/,HEAD,
|
||||
https://github.com/dcampos/nvim-snippy/,HEAD,
|
||||
https://github.com/ishan9299/nvim-solarized-lua/,,
|
||||
https://github.com/lucidph3nx/nvim-sops/,HEAD,
|
||||
https://github.com/nvim-pack/nvim-spectre/,,
|
||||
https://github.com/chrisgrieser/nvim-spider/,HEAD,
|
||||
https://github.com/kylechui/nvim-surround/,main,
|
||||
|
|
Loading…
Reference in a new issue