vimPlugins.persisted-nvim: init at 2024-04-04

This commit is contained in:
aikooo7 2024-04-05 19:10:33 +00:00
parent 6a4c6cb513
commit 30cf86a536
No known key found for this signature in database
GPG Key ID: 67AECB235E1C5DB9
2 changed files with 13 additions and 0 deletions

View File

@ -8220,6 +8220,18 @@ final: prev:
meta.homepage = "https://github.com/steelsojka/pears.nvim/";
};
persisted-nvim = buildVimPlugin {
pname = "persisted.nvim";
version = "2024-04-04";
src = fetchFromGitHub {
owner = "olimorris";
repo = "persisted.nvim";
rev = "ca9900c31ee6e254a0ba7011ba49f48ebf4c8db2";
sha256 = "0s9g1jmq1qzkxi1gcvmyf0nmwgqrh11r0swy9pl32916k37zvqzl";
};
meta.homepage = "https://github.com/olimorris/persisted.nvim/";
};
persistence-nvim = buildVimPlugin {
pname = "persistence.nvim";
version = "2023-10-15";

View File

@ -690,6 +690,7 @@ https://github.com/roobert/palette.nvim/,HEAD,
https://github.com/NLKNguyen/papercolor-theme/,,
https://github.com/tmsvg/pear-tree/,,
https://github.com/steelsojka/pears.nvim/,,
https://github.com/olimorris/persisted.nvim/,HEAD,
https://github.com/folke/persistence.nvim/,,
https://github.com/andsild/peskcolor.vim/,,
https://github.com/pest-parser/pest.vim/,HEAD,