Unverified Commit b54377d5 authored by Aleksana's avatar Aleksana Committed by GitHub
Browse files

Merge pull request #301913 from aikooo7/add-persisted.nvim

vimPlugins.persisted-nvim: init at 2024-04-04
parents 0d8431b8 30cf86a5
Loading
Loading
Loading
Loading
+12 −0
Original line number Diff line number Diff line
@@ -8798,6 +8798,18 @@ final: prev:
    meta.homepage = "https://github.com/steelsojka/pears.nvim/";
  };
  persisted-nvim = buildVimPlugin {
    pname = "persisted.nvim";
    version = "2024-04-04";
    src = fetchFromGitHub {
      owner = "olimorris";
      repo = "persisted.nvim";
      rev = "ca9900c31ee6e254a0ba7011ba49f48ebf4c8db2";
      sha256 = "0s9g1jmq1qzkxi1gcvmyf0nmwgqrh11r0swy9pl32916k37zvqzl";
    };
    meta.homepage = "https://github.com/olimorris/persisted.nvim/";
  };
  persistence-nvim = buildVimPlugin {
    pname = "persistence.nvim";
    version = "2024-01-19";
+1 −0
Original line number Diff line number Diff line
@@ -739,6 +739,7 @@ https://github.com/roobert/palette.nvim/,HEAD,
https://github.com/NLKNguyen/papercolor-theme/,,
https://github.com/tmsvg/pear-tree/,,
https://github.com/steelsojka/pears.nvim/,,
https://github.com/olimorris/persisted.nvim/,HEAD,
https://github.com/folke/persistence.nvim/,,
https://github.com/andsild/peskcolor.vim/,,
https://github.com/pest-parser/pest.vim/,HEAD,