Commit 2b21a945 authored by Vinny Meller's avatar Vinny Meller
Browse files

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

parent d40f987c
Loading
Loading
Loading
Loading
+12 −0
Original line number Diff line number Diff line
@@ -809,6 +809,18 @@ final: prev:
    meta.homepage = "https://github.com/vim-scripts/autoload_cscope.vim/";
  };

  autosave-nvim = buildVimPluginFrom2Nix {
    pname = "autosave.nvim";
    version = "2022-10-13";
    src = fetchFromGitHub {
      owner = "nullishamy";
      repo = "autosave.nvim";
      rev = "406a09c1ce679bc6fbde47d6ec61c753632b55f0";
      sha256 = "0f3rp80hwf6v2kw2hg5jysz9j4946bmwpbk6hxpw89b1vcgny66v";
    };
    meta.homepage = "https://github.com/nullishamy/autosave.nvim/";
  };

  awesome-vim-colorschemes = buildVimPluginFrom2Nix {
    pname = "awesome-vim-colorschemes";
    version = "2022-05-04";
+4 −0
Original line number Diff line number Diff line
@@ -121,6 +121,10 @@

self: super: {

  autosave-nvim = super.autosave-nvim.overrideAttrs(old: {
    dependencies = with super; [ plenary-nvim ];
  });

  barbecue-nvim = super.barbecue-nvim.overrideAttrs (old: {
    dependencies = with self; [ nvim-lspconfig nvim-navic nvim-web-devicons ];
    meta = {
+1 −0
Original line number Diff line number Diff line
@@ -66,6 +66,7 @@ https://github.com/pocco81/auto-save.nvim/,HEAD,
https://github.com/rmagatti/auto-session/,,
https://github.com/m4xshen/autoclose.nvim/,HEAD,
https://github.com/vim-scripts/autoload_cscope.vim/,,
https://github.com/nullishamy/autosave.nvim/,HEAD,
https://github.com/rafi/awesome-vim-colorschemes/,,
https://github.com/ayu-theme/ayu-vim/,,
https://github.com/taybart/b64.nvim/,HEAD,