Unverified Commit 30cf86a5 authored by aikooo7's avatar aikooo7
Browse files

vimPlugins.persisted-nvim: init at 2024-04-04

parent 6a4c6cb5
Loading
Loading
Loading
Loading
+12 −0
Original line number Diff line number Diff line
@@ -8220,6 +8220,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 = "2023-10-15";
+1 −0
Original line number Diff line number Diff line
@@ -690,6 +690,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,