mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2025-01-06 21:42:35 +03:00
Merge pull request #221603 from linsui/persistence-nvim
vimPlugins.persistence-nvim: init at 2023-02-28
This commit is contained in:
commit
a12204ede9
@ -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";
|
||||
|
@ -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/,,
|
||||
|
Loading…
Reference in New Issue
Block a user