vimPlugins.auto-save-nvim: init at 2022-08-06

This commit is contained in:
figsoda
2022-10-02 18:51:47 -04:00
parent eadcfe74dd
commit 4607eebf3a
2 changed files with 13 additions and 0 deletions
@@ -736,6 +736,18 @@ final: prev:
meta.homepage = "https://github.com/jiangmiao/auto-pairs/";
};
auto-save-nvim = buildVimPluginFrom2Nix {
pname = "auto-save.nvim";
version = "2022-08-06";
src = fetchFromGitHub {
owner = "pocco81";
repo = "auto-save.nvim";
rev = "2c7a2943340ee2a36c6a61db812418fca1f57866";
sha256 = "0zfy1pw39c0zf4mfd8kgl1hj9h1hcbsql32rp0wk0kf714hbxqli";
};
meta.homepage = "https://github.com/pocco81/auto-save.nvim/";
};
auto-session = buildVimPluginFrom2Nix {
pname = "auto-session";
version = "2022-09-19";
@@ -60,6 +60,7 @@ https://github.com/vmchale/ats-vim/,,
https://github.com/ray-x/aurora/,,
https://github.com/hotwatermorning/auto-git-diff/,,
https://github.com/jiangmiao/auto-pairs/,,
https://github.com/pocco81/auto-save.nvim/,HEAD,
https://github.com/rmagatti/auto-session/,,
https://github.com/vim-scripts/autoload_cscope.vim/,,
https://github.com/rafi/awesome-vim-colorschemes/,,