Merge pull request #221603 from linsui/persistence-nvim

vimPlugins.persistence-nvim: init at 2023-02-28
This commit is contained in:
figsoda 2023-03-17 09:51:18 -04:00 committed by GitHub
commit a12204ede9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 13 additions and 0 deletions

View file

@ -6897,6 +6897,18 @@ final: prev:
meta.homepage = "https://github.com/steelsojka/pears.nvim/";
};
persistence-nvim = buildVimPluginFrom2Nix {
pname = "persistence.nvim";
version = "2023-02-28";
src = fetchFromGitHub {
owner = "folke";
repo = "persistence.nvim";
rev = "adcf6913693a0434665d162ee45a186230496f8a";
sha256 = "1fx713swa6138mpmqgpc6lf7nvm4j7nm6fr8zwpgqn6dv71jdhxd";
};
meta.homepage = "https://github.com/folke/persistence.nvim/";
};
peskcolor-vim = buildVimPluginFrom2Nix {
pname = "peskcolor.vim";
version = "2016-06-11";

View file

@ -580,6 +580,7 @@ https://github.com/drewtempelmeyer/palenight.vim/,,
https://github.com/NLKNguyen/papercolor-theme/,,
https://github.com/tmsvg/pear-tree/,,
https://github.com/steelsojka/pears.nvim/,,
https://github.com/folke/persistence.nvim/,,
https://github.com/andsild/peskcolor.vim/,,
https://github.com/pest-parser/pest.vim/,HEAD,
https://github.com/lifepillar/pgsql.vim/,,