Merge pull request #224702 from vinnymeller/vim/autosave.nvim

vimPlugins.autosave-nvim: init at 2022-10-13

authored by figsoda and committed by GitHub dedce365 c5e6843b

+17
+12
pkgs/applications/editors/vim/plugins/generated.nix
··· 809 809 meta.homepage = "https://github.com/vim-scripts/autoload_cscope.vim/"; 810 810 }; 811 811 812 + autosave-nvim = buildVimPluginFrom2Nix { 813 + pname = "autosave.nvim"; 814 + version = "2022-10-13"; 815 + src = fetchFromGitHub { 816 + owner = "nullishamy"; 817 + repo = "autosave.nvim"; 818 + rev = "406a09c1ce679bc6fbde47d6ec61c753632b55f0"; 819 + sha256 = "0f3rp80hwf6v2kw2hg5jysz9j4946bmwpbk6hxpw89b1vcgny66v"; 820 + }; 821 + meta.homepage = "https://github.com/nullishamy/autosave.nvim/"; 822 + }; 823 + 812 824 awesome-vim-colorschemes = buildVimPluginFrom2Nix { 813 825 pname = "awesome-vim-colorschemes"; 814 826 version = "2022-05-04";
+4
pkgs/applications/editors/vim/plugins/overrides.nix
··· 121 121 122 122 self: super: { 123 123 124 + autosave-nvim = super.autosave-nvim.overrideAttrs(old: { 125 + dependencies = with super; [ plenary-nvim ]; 126 + }); 127 + 124 128 barbecue-nvim = super.barbecue-nvim.overrideAttrs (old: { 125 129 dependencies = with self; [ nvim-lspconfig nvim-navic nvim-web-devicons ]; 126 130 meta = {
+1
pkgs/applications/editors/vim/plugins/vim-plugin-names
··· 66 66 https://github.com/rmagatti/auto-session/,, 67 67 https://github.com/m4xshen/autoclose.nvim/,HEAD, 68 68 https://github.com/vim-scripts/autoload_cscope.vim/,, 69 + https://github.com/nullishamy/autosave.nvim/,HEAD, 69 70 https://github.com/rafi/awesome-vim-colorschemes/,, 70 71 https://github.com/ayu-theme/ayu-vim/,, 71 72 https://github.com/taybart/b64.nvim/,HEAD,