Unverified Commit a12204ed authored by figsoda's avatar figsoda Committed by GitHub
Browse files

Merge pull request #221603 from linsui/persistence-nvim

vimPlugins.persistence-nvim: init at 2023-02-28
parents 6fd4a588 bd527314
Loading
Loading
Loading
Loading
+12 −0
Original line number Diff line number Diff line
@@ -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";
+1 −0
Original line number Diff line number Diff line
@@ -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/,,